Uploaded image for project: 'Python Driver'
  1. Python Driver
  2. PYTHON-2963

Migrate away from setup.py test

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.5
    • Affects Version/s: None
    • Component/s: Tests
    • Labels:
      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
      

            Assignee:
            noah.stapp@mongodb.com Noah Stapp
            Reporter:
            bernie@mongodb.com Bernie Hackett
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: