-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Tests
-
None
The setuptools test command is deprecated and will eventually be removed. We call "python setup.py test" to run our tests all over the CI system. We need to migrate to something else. It's possible we can get away with just doing:
python -m unittest discover
- causes
-
PYTHON-3756 Pin mypy version used in test suite
- Closed
- related to
-
PYTHON-3738 Migrate to tox from setup.py doc
- Closed