summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_distutils_adoption.py
Commit message (Expand)AuthorAgeFilesLines
* Skip stdlib distutils tests on Python 3.12Miro HronĨok2022-10-131-4/+17
* Restore test for log module, but bypass when irrelevant.Jason R. Coombs2022-10-081-0/+18
* Remove hack around distutils.dist.log, no longer relevant with pypa/distutils...Jason R. Coombs2022-10-051-21/+0
* When loading distutils from the vendored copy, rewrite __name__ to ensure con...Jason R. Coombs2022-02-151-14/+2
* Use distutils.cmd to test duplicated importsAnderson Bravalheri2022-01-241-17/+27
* Add tests about duplicated distutils importsAnderson Bravalheri2022-01-241-0/+65
* Check that distutils has an origin. Ref #2990.Jason R. Coombs2022-01-081-0/+7
* Extract venv fixtures from test_distutils_adoptionAnderson Bravalheri2022-01-061-24/+0
* Extract the SYSTEMROOT handler and document it.Jason R. Coombs2022-01-051-4/+16
* Remove the env, as the test suite runs local by default but also tests stdlib.Jason R. Coombs2022-01-051-3/+2
* Add test capturing failure. Ref #3002.Jason R. Coombs2022-01-051-0/+10
* Extend tests to capture expectation of only one DistutilsMetaFinder at a time.Jason R. Coombs2021-12-231-0/+15
* Bring back the xfail as it appears to be needed at least on macOS.Jason R. Coombs2021-11-111-0/+4
* Avoid upgrading setuptools when creating the venv for distutils_adoption test...Jason R. Coombs2021-11-111-4/+5
* Isolate src for `test_distutils_adoption`Sviatoslav Sydorenko2021-01-181-3/+3
* Update tests to specify local or stdlib for stability under default value.Jason R. Coombs2020-09-021-2/+4
* Update tests to reflect new expectation.Jason R. Coombs2020-08-131-5/+4
* 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 jaraco.en...Jason R. Coombs2020-08-081-18/+30
* 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