-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
Currently Pipfile
is used to freeze the dependencies used in the test workflow. Since the repo needs to be tested on multiple Python versions using tox
, Pipfile
isn't the ideal way to doing this because it works with only one Python version at a time.
The test dependencies can be managed better using the tests_require
parameter in setup.py
, which can then directly work with tox.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers