summaryrefslogtreecommitdiff
path: root/setuptools/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix recursion problem in finderAnderson Bravalheri2022-08-211-1/+2
* Capture recursion problem with editable finderAnderson Bravalheri2022-08-211-0/+20
* Remove monkeypatching of msvc9compiler. Fixes #3536Jason R. Coombs2022-08-171-179/+0
* Remove unecessary commaAnderson Bravalheri2022-08-151-1/+1
* Fix build_meta when metadata_directory=='.' (#3528)Anderson Bravalheri2022-08-151-0/+17
|\
| * Fix error in testsAnderson Bravalheri2022-08-151-2/+1
| * Reproduce error in issue 3523Anderson Bravalheri2022-08-151-0/+17
* | Skip test on platforms difficult to setup compilersAnderson Bravalheri2022-08-151-0/+3
* | Improve glob pattern in testAnderson Bravalheri2022-08-151-3/+2
* | Reproduce error in issue 3522Anderson Bravalheri2022-08-151-0/+31
|/
* Fix other problems with editable installs (#3517)Anderson Bravalheri2022-08-121-0/+31
|\
| * Fix test fileAnderson Bravalheri2022-08-121-2/+2
| * Replicate error in issue 3513Anderson Bravalheri2022-08-121-0/+31
* | Fix flake8 errorAnderson Bravalheri2022-08-121-0/+1
* | Add test for non-optional extensionsAnderson Bravalheri2022-08-121-20/+36
* | Replicate error in issue 3510Anderson Bravalheri2022-08-121-0/+20
|/
* Handle accidental virtual namespaces in editable install (#3512)Anderson Bravalheri2022-08-121-1/+49
|\
| * Add missing virtual namespace to testsAnderson Bravalheri2022-08-121-1/+1
| * Replicate error in issue 3504Anderson Bravalheri2022-08-121-0/+48
* | Replicate error issue 3501Anderson Bravalheri2022-08-121-4/+47
|/
* Prevent errors in editable install and external ``.egg-info`` (#3503)Anderson Bravalheri2022-08-111-0/+37
|\
| * Replicate error in issue 3500Anderson Bravalheri2022-08-111-0/+37
* | Fix issue with editable install and single module distributionsAnderson Bravalheri2022-08-111-0/+29
|\ \
| * | Reproduce problem with editable install in issue 3499Anderson Bravalheri2022-08-111-0/+29
| |/
* | editable_install: Ensure tests with legacy namespaces runAnderson Bravalheri2022-08-111-0/+7
|/
* Merge 'main' into feature/pep660Anderson Bravalheri2022-08-062-18/+50
|\
| * Improve pyproject.toml validation messages (#3487)Anderson Bravalheri2022-08-061-18/+5
| |\
| | * Improve pyproject.toml validation messagesAnderson Bravalheri2022-08-041-18/+5
| * | setup.cfg parsing: Refactor _parse_requirements_list and warn_accidental_env_...Anderson Bravalheri2022-08-061-2/+2
| * | Add warning for potential extras_require misconfigurationLumir Balhar2022-08-061-0/+45
| |/
* | Prevent test errors on Windows due to path sepAnderson Bravalheri2022-08-041-4/+8
* | Add test for 'compat' editable modeAnderson Bravalheri2022-08-031-0/+33
* | Adapt test_build_meta to the new format of editable_wheel optionsAnderson Bravalheri2022-08-031-5/+5
* | Avoid using 'SETUPTOOLS_EDITABLE' env var in testAnderson Bravalheri2022-08-021-24/+28
* | Use venv to isolate test_legacy_editable_installAnderson Bravalheri2022-08-021-6/+5
* | Use set comparisson in test instead of listAnderson Bravalheri2022-08-021-3/+3
* | Merge 'upstream/main' into feature/pep660Anderson Bravalheri2022-07-212-30/+24
|\ \ | |/
| * Minor edits to integration tests.Jason R. Coombs2022-07-131-13/+13
| * Just assume exactly one sdist is available.Jason R. Coombs2022-07-131-10/+2
| * Add another conditional to resolve the release for version-specific packages....Jason R. Coombs2022-07-131-1/+1
| * Use text mode for subprocess, avoiding unicode sandwich.Jason R. Coombs2022-07-041-6/+8
* | Merge 'upstream/main' into feature/pep660Anderson Bravalheri2022-07-041-3/+74
|\ \ | |/
| * setuptools/tests: minor cleanupBenoit Pierre2022-07-021-3/+5
| * setuptools: add test for distutils' entrypoints using extrasBenoit Pierre2022-07-021-0/+69
* | Allow users to opt-into previous "develop" behaviorAnderson Bravalheri2022-06-251-0/+25
* | sdist: Add files from build subcommands (get_source_files)Anderson Bravalheri2022-06-251-0/+41
* | editable_wheel: Improve strategy interfaceAnderson Bravalheri2022-06-241-2/+2
* | Rely on get_outputs() and get_output_mapping() in editable_wheelAnderson Bravalheri2022-06-241-11/+19
* | Merge remote-tracking branch 'upstream/main' into feature/pep660Anderson Bravalheri2022-06-243-0/+116
|\ \ | |/
| *-. Allow `file` directive for dependencies (#3253, #3255)Anderson Bravalheri2022-06-192-0/+100
| |\ \