aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_distutils_adoption.py
Commit message (Collapse)AuthorAgeFilesLines
* Expect test to fail on PyPy due to implicit import during startup.Jason R. Coombs2020-08-081-0/+4
|
* Remove expected fail.Jason R. Coombs2020-08-081-1/+4
|
* On Windows, SYSTEMROOT must be supplied.Jason R. Coombs2020-08-081-2/+5
|
* Bypass pytest-virtualenv due to bugs in 'run' command. Instead, use ↵Jason R. Coombs2020-08-081-18/+30
| | | | jaraco.envs.VirtualEnv and build a bespoke fixture with a run command.
* Support Python 3.5 and 3.6 in the tests.Jason R. Coombs2020-08-081-1/+12
|
* Add tests capturing expected distutils behavior. Ref #417.Jason R. Coombs2020-08-081-0/+37