summaryrefslogtreecommitdiff
path: root/setuptools/tests
Commit message (Expand)AuthorAgeFilesLines
* When loading distutils from the vendored copy, rewrite __name__ to ensure con...Jason R. Coombs2022-02-151-14/+2
* Merge branch 'main' into add-tests-for-duplicated-importsJason R. Coombs2022-02-1512-20/+91
|\
| * Ensure process killing does not fail on WindowsAnderson Bravalheri2022-02-141-2/+2
| * Kill individual worker process after timeout in test_build_metaAnderson Bravalheri2022-02-141-3/+13
| * Kill process pool after timeout in test_build_metaAnderson Bravalheri2022-02-131-0/+1
| * Prevent type error from env varAnderson Bravalheri2022-02-121-1/+1
| * Add timeout to test_build_metaAnderson Bravalheri2022-02-121-1/+8
| * Update test_sdist not to rely on pkg_resources.Jason R. Coombs2022-02-061-4/+6
| * Only resolve 'parent' directory when xdist is in use. Fixes #3059.Jason R. Coombs2022-01-292-6/+22
| * Merge branch 'main' into missing_metadataJason R. Coombs2022-01-2917-251/+693
| |\
| | * Merge pull request #3042 from abravalheri/issue-3038Anderson Bravalheri2022-01-241-0/+36
| | |\
| | | * Avoid replacing the global log level in testAnderson Bravalheri2022-01-221-2/+7
| | | * Add test to ensure the correct log level is setAnderson Bravalheri2022-01-221-0/+31
| * | | Remove name from distributions where the name is irrelevant to the tests.Jason R. Coombs2022-01-296-10/+4
| * | | Add test capturing expectation when name is not supplied.Jason R. Coombs2022-01-291-0/+5
* | | | Use distutils.cmd to test duplicated importsAnderson Bravalheri2022-01-241-17/+27
* | | | Add tests about duplicated distutils importsAnderson Bravalheri2022-01-241-0/+65
| |/ / |/| |
* | | Rely on pip_run.launch to install sitecustomize.Jason R. Coombs2022-01-221-19/+4
| |/ |/|
* | Update documentation to match and remove requirements file with stale referen...Jason R. Coombs2022-01-171-14/+0
* | Merge pull request #3018 from abravalheri/fix-exclude-patternAnderson Bravalheri2022-01-141-0/+9
|\ \
| * | Prevent test files from being included in setuptools own wheelAnderson Bravalheri2022-01-091-0/+9
* | | Fix failing test when user site-packages has no version numberAnderson Bravalheri2022-01-131-10/+12
|/ /
* | Check that distutils has an origin. Ref #2990.Jason R. Coombs2022-01-081-0/+7
* | Add test to make sure 3.10 is not interpreted as 3.1Anderson Bravalheri2022-01-071-0/+49
* | Remove `numpy` sdists from integration testsAnderson Bravalheri2022-01-071-2/+1
* | Merge pull request #2839 from msuozzo/patch-1Jason R. Coombs2022-01-061-0/+33
|\ \
| * \ Merge remote-tracking branch 'upstream/main' into patch-1Anderson Bravalheri2022-01-066-117/+149
| |\ \
| * | | Add new test to document expected order stability.Matthew Suozzo2021-12-161-0/+33
* | | | Use setuptools wheel instead of source tree in integration testsAnderson Bravalheri2022-01-061-9/+3
* | | | Prevent some tests from inadvertently using the project root for buildsAnderson Bravalheri2022-01-062-1/+6
* | | | Replace tmp_src fixture with the virtualenv fixturesAnderson Bravalheri2022-01-063-82/+34
* | | | Extract venv fixtures from test_distutils_adoptionAnderson Bravalheri2022-01-063-26/+47
* | | | Add fixtures for sdist and wheel artifactsAnderson Bravalheri2022-01-062-0/+45
* | | | Merge branch 'main' into integration-testsmergify[bot]2022-01-062-4/+40
|\ \ \ \ | | |/ / | |/| |
| * | | 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
| * | | Mark test as xfail. Fixes #2975.Jason R. Coombs2021-12-261-0/+1
| * | | Remove skipif for Python 3.6, no longer supported.Jason R. Coombs2021-12-261-1/+0
| * | | Extend tests to capture expectation of only one DistutilsMetaFinder at a time.Jason R. Coombs2021-12-231-0/+15
* | | | Separate some reusable integration helpersAnderson Bravalheri2021-12-212-60/+70
* | | | Use shutil to find executableAnderson Bravalheri2021-12-211-2/+5
* | | | Simulate pip's isolation using virtualenvAnderson Bravalheri2021-12-211-51/+49
* | | | Use separated "extras" for integration testsAnderson Bravalheri2021-12-211-1/+4
* | | | Add integration test based on feedback from #2849Anderson Bravalheri2021-12-212-0/+272
|/ / /
* | | Bump minimum version to rely on WindowsPath in subprocess. Fixes #2932.Jason R. Coombs2021-12-171-1/+1
* | | In depends, rely on packaging instead of distutils for version management.Jason R. Coombs2021-12-121-8/+4
* | | Remove reliance on distutils log verbosity.Jason R. Coombs2021-11-261-10/+3
* | | Bind to 'distutils.log' late in case the loader has changed.Jason R. Coombs2021-11-261-3/+2
* | | Remove 'sample_test' fixture, unused.Jason R. Coombs2021-11-261-59/+0