Closed
Description
Originally reported by Ben Finney (Bitbucket: bignose, GitHub: bignose)
Running the test suite under ‘tox’ is not feasible when the purpose of running tests is to test the installed package, not in a virtualenv.
Please allow the test suite to be run by ‘setup.py test’ from the distributed source tarball, which will allow the choice of what Python environment is used for running the tests.