summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_editable_install.py
Commit message (Expand)AuthorAgeFilesLines
* Add test for debugging tipsAnderson Bravalheri2023-02-131-0/+19
* Update failing test due to latest versions of pip_runAnderson Bravalheri2023-01-071-1/+1
* Capture problems with similar names in editable installAnderson Bravalheri2022-08-241-0/+24
* Fix recursion problem in finderAnderson Bravalheri2022-08-211-1/+2
* Capture recursion problem with editable finderAnderson Bravalheri2022-08-211-0/+20
* Remove unecessary commaAnderson Bravalheri2022-08-151-1/+1
* 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 test fileAnderson Bravalheri2022-08-121-2/+2
* Replicate error in issue 3513Anderson Bravalheri2022-08-121-0/+31
* 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
|/
* 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
* Avoid using 'SETUPTOOLS_EDITABLE' env var in testAnderson Bravalheri2022-08-021-24/+28
* 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
* Adequate tests to new internal APIAnderson Bravalheri2022-06-151-2/+2
* Correctly handle namespace spec via PathEntryFinderAnderson Bravalheri2022-06-151-11/+35
* Test dynamic namespace path computationAnderson Bravalheri2022-06-151-0/+36
* Remove unnecessary fixture from testsAnderson Bravalheri2022-06-151-11/+5
* Add a better workaround for 3260 in tests for editable treeAnderson Bravalheri2022-06-151-11/+11
* Ignore transient warningAnderson Bravalheri2022-06-151-1/+4
* Fix problems with link assertions on WindowsAnderson Bravalheri2022-06-151-10/+26
* Allow egg-info directory to be ignored in manifestAnderson Bravalheri2022-06-151-13/+15
* Add temporary workaround for packages.find.excludeAnderson Bravalheri2022-06-151-4/+6
* Add more tests for editable installAnderson Bravalheri2022-06-151-21/+218
* Improve clarity of 'editable_wheel' codeAnderson Bravalheri2022-06-151-2/+2
* Add LinkTree strategy for build executableAnderson Bravalheri2022-06-151-6/+17
* Prevent errors due to caching in sys.modulesAnderson Bravalheri2022-06-151-3/+12
* Prevent errors when __path__ is not setAnderson Bravalheri2022-06-151-3/+9
* Make sure top-level modules can be imported in editable installAnderson Bravalheri2022-06-151-15/+47
* Add editable strategy with MetaPathFinder for top-level packagesAnderson Bravalheri2022-06-151-33/+46
* Add test for namespaces created via package_dirAnderson Bravalheri2022-06-151-1/+61
* Add template for MetaPathFinder that can be used in editable modeAnderson Bravalheri2022-06-151-3/+80
* Add test for PEP 420 packagesAnderson Bravalheri2022-06-151-2/+20
* Move test from test_develop to test_editable_installAnderson Bravalheri2022-06-151-0/+49
* Add namespace testAnderson Bravalheri2022-06-151-14/+22
* Always run editable install testAnderson Bravalheri2022-06-151-9/+9
* Change pyproject.toml tests to not use dynamic for license/license-filesAnderson Bravalheri2022-03-091-3/+3
* Replace skip in editable install test with xfailAnderson Bravalheri2022-03-051-6/+10
* Test editable installs with pyproject.toml metadataAnderson Bravalheri2022-03-051-0/+109