summaryrefslogtreecommitdiff
path: root/setuptools/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | 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
| * | Use jaraco.path.build in test_tests_are_run_once.Jason R. Coombs2021-11-261-18/+18
| * | Skip pip@main tests for Python 3.6, no longer supported. Fixes #2874. Use pip...Jason R. Coombs2021-11-121-4/+9
| * | Merge pull request #2865 from mkoeppe/github_workflows_SETUPTOOLS_USE_DISTUTILSJason R. Coombs2021-11-122-0/+9
| |\ \
| | * | 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
| | * | Disable some virtualenv integration tests for PyPy.Jason R. Coombs2021-11-101-0/+4
| * | | Use warning instead of log for distutils commandAnderson Bravalheri2021-11-051-16/+4
| |/ /
| * | Make sure user gets warned when using distutilsAnderson Bravalheri2021-11-041-1/+15
| * | Add regression test for #2849Anderson Bravalheri2021-11-041-10/+47
| * | Trim docstring and remove comment.Jason R. Coombs2021-11-021-6/+4
| * | Fix 1461: Better loop breaker for `manifest_maker`Anderson Bravalheri2021-11-011-0/+24
| * | Drop tests against pip < 20, which no longer work without 'wheel' specified i...Jason R. Coombs2021-10-311-8/+0
| |/