summaryrefslogtreecommitdiff
path: root/setuptools/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Fix usage of virtualenv to ensure that tests are run in the bare virtualenv. ...Jason R. Coombs2021-10-191-2/+3
* Merge pull request #2758 from nsait-linaro/win_arm64_launchersJason R. Coombs2021-10-011-2/+13
|\
| * Fix linting errorsNiyas Sait2021-09-061-0/+2
| * add win/arm64 launchersNiyas Sait2021-08-261-2/+11
* | Deprecate bdist_rpmHugo van Kemenade2021-09-091-0/+27
* | Merge branch 'main' into mrs/edit_config-case-sensitiveJason R. Coombs2021-09-081-3/+3
|\ \
| * | Add test capturing missed expectation. Ref #2773.Jason R. Coombs2021-09-081-0/+8
* | | Preserve case of keys during edit_configAntonio Russo2021-09-061-0/+11
|/ /
* | Refactor test_setup_requires_with_allow_hosts to re-use path.buildJason R. Coombs2021-09-061-17/+16
* | Include trailing quote in build-backend for test_build_meta. Fixes #2771.Jason R. Coombs2021-09-061-2/+2
* | 👹 Feed the hobgoblins (delint).Jason R. Coombs2021-09-042-3/+0