Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to poetry and tox #251

Open
nsorros opened this issue May 24, 2023 · 0 comments
Open

Switch to poetry and tox #251

nsorros opened this issue May 24, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@nsorros
Copy link
Contributor

nsorros commented May 24, 2023

We want to remove the need to maintain requirements and setup.py dependencies so we want to introduce poetry and treat this as a library and not an application to make it easier to maintain. We want to keep the distinction between inference (default) and development where all deps will be installed.

We also want to switch to testing with tox as a better way to test the library because of the isolated install and remove the need for pytest. At the moment we have a setup for both pytest and tox.

@nsorros nsorros added the enhancement New feature or request label May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant