Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add test for debugging tips | Anderson Bravalheri | 2023-02-13 | 1 | -0/+19 |
| | |||||
* | Update failing test due to latest versions of pip_run | Anderson Bravalheri | 2023-01-07 | 1 | -1/+1 |
| | | | | | | It seems that the latest version of `pip_run` can no longer handle `str` objects in `inject_sitecustomize` (see `https://github.com/jaraco/pip-run/commit/30c62a0eadd5af422709e75993ff19a39fe69733`). | ||||
* | Capture problems with similar names in editable install | Anderson Bravalheri | 2022-08-24 | 1 | -0/+24 |
| | |||||
* | Fix recursion problem in finder | Anderson Bravalheri | 2022-08-21 | 1 | -1/+2 |
| | |||||
* | Capture recursion problem with editable finder | Anderson Bravalheri | 2022-08-21 | 1 | -0/+20 |
| | | | | First mentioned in issue 3550. | ||||
* | Remove unecessary comma | Anderson Bravalheri | 2022-08-15 | 1 | -1/+1 |
| | |||||
* | Skip test on platforms difficult to setup compilers | Anderson Bravalheri | 2022-08-15 | 1 | -0/+3 |
| | |||||
* | Improve glob pattern in test | Anderson Bravalheri | 2022-08-15 | 1 | -3/+2 |
| | |||||
* | Reproduce error in issue 3522 | Anderson Bravalheri | 2022-08-15 | 1 | -0/+31 |
| | |||||
* | Fix test file | Anderson Bravalheri | 2022-08-12 | 1 | -2/+2 |
| | |||||
* | Replicate error in issue 3513 | Anderson Bravalheri | 2022-08-12 | 1 | -0/+31 |
| | |||||
* | Handle accidental virtual namespaces in editable install (#3512) | Anderson Bravalheri | 2022-08-12 | 1 | -1/+49 |
|\ | |||||
| * | Add missing virtual namespace to tests | Anderson Bravalheri | 2022-08-12 | 1 | -1/+1 |
| | | |||||
| * | Replicate error in issue 3504 | Anderson Bravalheri | 2022-08-12 | 1 | -0/+48 |
| | | |||||
* | | Replicate error issue 3501 | Anderson Bravalheri | 2022-08-12 | 1 | -4/+47 |
|/ | |||||
* | Prevent errors in editable install and external ``.egg-info`` (#3503) | Anderson Bravalheri | 2022-08-11 | 1 | -0/+37 |
|\ | |||||
| * | Replicate error in issue 3500 | Anderson Bravalheri | 2022-08-11 | 1 | -0/+37 |
| | | |||||
* | | Fix issue with editable install and single module distributions | Anderson Bravalheri | 2022-08-11 | 1 | -0/+29 |
|\ \ | |||||
| * | | Reproduce problem with editable install in issue 3499 | Anderson Bravalheri | 2022-08-11 | 1 | -0/+29 |
| |/ | |||||
* | | editable_install: Ensure tests with legacy namespaces run | Anderson Bravalheri | 2022-08-11 | 1 | -0/+7 |
|/ | |||||
* | Prevent test errors on Windows due to path sep | Anderson Bravalheri | 2022-08-04 | 1 | -4/+8 |
| | |||||
* | Add test for 'compat' editable mode | Anderson Bravalheri | 2022-08-03 | 1 | -0/+33 |
| | |||||
* | Avoid using 'SETUPTOOLS_EDITABLE' env var in test | Anderson Bravalheri | 2022-08-02 | 1 | -24/+28 |
| | |||||
* | editable_wheel: Improve strategy interface | Anderson Bravalheri | 2022-06-24 | 1 | -2/+2 |
| | |||||
* | Rely on get_outputs() and get_output_mapping() in editable_wheel | Anderson Bravalheri | 2022-06-24 | 1 | -11/+19 |
| | |||||
* | Adequate tests to new internal API | Anderson Bravalheri | 2022-06-15 | 1 | -2/+2 |
| | |||||
* | Correctly handle namespace spec via PathEntryFinder | Anderson Bravalheri | 2022-06-15 | 1 | -11/+35 |
| | |||||
* | Test dynamic namespace path computation | Anderson Bravalheri | 2022-06-15 | 1 | -0/+36 |
| | |||||
* | Remove unnecessary fixture from tests | Anderson Bravalheri | 2022-06-15 | 1 | -11/+5 |
| | |||||
* | Add a better workaround for 3260 in tests for editable tree | Anderson Bravalheri | 2022-06-15 | 1 | -11/+11 |
| | |||||
* | Ignore transient warning | Anderson Bravalheri | 2022-06-15 | 1 | -1/+4 |
| | |||||
* | Fix problems with link assertions on Windows | Anderson Bravalheri | 2022-06-15 | 1 | -10/+26 |
| | |||||
* | Allow egg-info directory to be ignored in manifest | Anderson Bravalheri | 2022-06-15 | 1 | -13/+15 |
| | |||||
* | Add temporary workaround for packages.find.exclude | Anderson Bravalheri | 2022-06-15 | 1 | -4/+6 |
| | | | | This workaround can be reverted when issue 3261 is fixed. | ||||
* | Add more tests for editable install | Anderson Bravalheri | 2022-06-15 | 1 | -21/+218 |
| | |||||
* | Improve clarity of 'editable_wheel' code | Anderson Bravalheri | 2022-06-15 | 1 | -2/+2 |
| | |||||
* | Add LinkTree strategy for build executable | Anderson Bravalheri | 2022-06-15 | 1 | -6/+17 |
| | |||||
* | Prevent errors due to caching in sys.modules | Anderson Bravalheri | 2022-06-15 | 1 | -3/+12 |
| | |||||
* | Prevent errors when __path__ is not set | Anderson Bravalheri | 2022-06-15 | 1 | -3/+9 |
| | |||||
* | Make sure top-level modules can be imported in editable install | Anderson Bravalheri | 2022-06-15 | 1 | -15/+47 |
| | |||||
* | Add editable strategy with MetaPathFinder for top-level packages | Anderson Bravalheri | 2022-06-15 | 1 | -33/+46 |
| | |||||
* | Add test for namespaces created via package_dir | Anderson Bravalheri | 2022-06-15 | 1 | -1/+61 |
| | |||||
* | Add template for MetaPathFinder that can be used in editable mode | Anderson Bravalheri | 2022-06-15 | 1 | -3/+80 |
| | |||||
* | Add test for PEP 420 packages | Anderson Bravalheri | 2022-06-15 | 1 | -2/+20 |
| | |||||
* | Move test from test_develop to test_editable_install | Anderson Bravalheri | 2022-06-15 | 1 | -0/+49 |
| | |||||
* | Add namespace test | Anderson Bravalheri | 2022-06-15 | 1 | -14/+22 |
| | |||||
* | Always run editable install test | Anderson Bravalheri | 2022-06-15 | 1 | -9/+9 |
| | |||||
* | Change pyproject.toml tests to not use dynamic for license/license-files | Anderson Bravalheri | 2022-03-09 | 1 | -3/+3 |
| | |||||
* | Replace skip in editable install test with xfail | Anderson Bravalheri | 2022-03-05 | 1 | -6/+10 |
| | | | | … as suggested in code review | ||||
* | Test editable installs with pyproject.toml metadata | Anderson Bravalheri | 2022-03-05 | 1 | -0/+109 |