summaryrefslogtreecommitdiff
path: root/setuptools/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'main' into debt/remove-easy-installdebt/remove-easy-installJason R. Coombs2022-05-0937-342/+3370
|\
| * do not backfill Project-URL: homepage into Home-page: field (causes ↵wim glenn2022-04-291-8/+15
| | | | | | | | duplicates on PyPI). prevent "UNKNOWN" vals from appearing in summary, license, platform. prevent an extra newline getting added in long description
| * Try to rescue the download backing off a few secondsAnderson Bravalheri2022-04-211-2/+8
| |
| * Simplify auto-discovered package_dirAnderson Bravalheri2022-04-051-1/+31
| | | | | | | | | | | | | | | | If the directory follows a src-layout-ish, try harder to make `package_dir` in the form `{"": "src"}`. This might be later important for PEP 660 (e.g. when composing pth files or symlinking the toplevel packages).
| * Fix problem with dynamic readme (#3247)Anderson Bravalheri2022-04-041-0/+14
| |\
| | * Add test for dynamic readme from setup.py argsAnderson Bravalheri2022-04-041-0/+14
| | |
| * | Fix version produced by dist_info (#3230)Anderson Bravalheri2022-04-041-0/+84
| |\ \
| | * | Fix reference to issue numberAnderson Bravalheri2022-03-301-1/+1
| | | |
| | * | Test with different package namesAnderson Bravalheri2022-03-301-11/+12
| | | |
| | * | Add comment explaining testAnderson Bravalheri2022-03-291-0/+3
| | | |
| | * | Capture expectation of invalid version warningAnderson Bravalheri2022-03-291-0/+10
| | | |
| | * | Test dist_info creates similar dir to bdist_wheelAnderson Bravalheri2022-03-291-0/+70
| | | |
| * | | Honor file mode for wheel install_as_egg (#3167)Anderson Bravalheri2022-04-041-0/+87
| |\ \ \ | | |_|/ | |/| |
| | * | Run the test on Windows, but don't check the file modeAnderson Bravalheri2022-03-141-2/+3
| | | |
| | * | Deactivate tests on windowsJosip Delic2022-03-141-0/+1
| | | |
| | * | Update setuptools/tests/test_wheel.pyAnderson Bravalheri2022-03-141-1/+2
| | | | | | | | | | | | | | | | Attempt to fix flake8
| | * | Add test for zipefile modeJosip Delic2022-03-141-0/+84
| | | |
| * | | Attempt to fix problems on windowsAnderson Bravalheri2022-04-041-0/+2
| | | |
| * | | Be explicit about packagesAnderson Bravalheri2022-04-041-1/+3
| | | |
| * | | Fix error with test_easy_installAnderson Bravalheri2022-04-041-3/+6
| | | |
| * | | Merge pull request #3151 from hexagonrecursion/fix-editableJason R. Coombs2022-04-031-0/+43
| |\ \ \ | | | | | | | | | | Fix editable --user installs with build isolation
| | * | | Replace direct usage of the `py` libraryAnderson Bravalheri2022-03-081-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | According to https://pypi.org/project/py/, this library is in maintenance mode and should not be used in new code.
| | * | | Fix test_editable_user_and_build_isolationAndrey Bienkowski2022-03-061-1/+4
| | | | | | | | | | | | | | | | | | | | This test broke on my machine for some reason
| | * | | Fix editable --user installs with build isolationAndrey Bienkowski2022-03-061-4/+2
| | | | | | | | | | | | | | | | | | | | https://github.com/pypa/setuptools/issues/3019
| | * | | Test: editable install \w --user&build isolationAndrey Bienkowski2022-03-061-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | Add a new test and confirm that it fails in the expected manner
| * | | | Add comments with instructions for developersAnderson Bravalheri2022-04-012-0/+7
| | | | |
| * | | | Fix flake8 problemsAnderson Bravalheri2022-04-012-2/+0
| | | | |
| * | | | Add script that allow users to preload examples for offline testingAnderson Bravalheri2022-04-012-0/+20
| | | | |
| * | | | Split download helpers to their own fileAnderson Bravalheri2022-04-012-30/+52
| | | | |
| * | | | Add metatest to make sure auxiliary file is properly packagedAnderson Bravalheri2022-04-011-1/+16
| | |_|/ | |/| |
| * | | Fix previous detection of empty arraysAnderson Bravalheri2022-03-271-3/+5
| | | |
| * | | Ensure pyproject.toml does not break dynamic install_requiresAnderson Bravalheri2022-03-271-2/+25
| | | |
| * | | Prepare to be strict in the future about entry-points in pyprojectAnderson Bravalheri2022-03-271-25/+39
| | | |
| * | | Improve error/warning messagesAnderson Bravalheri2022-03-271-1/+1
| | | |
| * | | Adequate existing tests for the latest changesAnderson Bravalheri2022-03-271-2/+2
| | | |
| * | | Tests mixed pyproject metadata + config from setup.pyAnderson Bravalheri2022-03-271-2/+48
| | | | | | | | | | | | | | | | With emphasis on the ``dynamic`` behaviour
| * | | Remove left-over debug statementAnderson Bravalheri2022-03-261-1/+0
| | | |
| * | | Remove no longer necessary xfail markAnderson Bravalheri2022-03-261-4/+1
| | | |
| * | | Test popular invalid pyproject patternsAnderson Bravalheri2022-03-261-0/+41
| | | |
| * | | Fix test for setup.pyAnderson Bravalheri2022-03-261-2/+1
| | | |
| * | | XFAIL test due to uncorrelated reasonAnderson Bravalheri2022-03-261-3/+2
| | | |
| * | | Add debug statements for test on WindowsAnderson Bravalheri2022-03-261-12/+13
| | | |
| * | | Temporarily disable test for Windows+PyPyAnderson Bravalheri2022-03-261-12/+12
| | | |
| * | | Add workaround for PyPyAnderson Bravalheri2022-03-251-6/+11
| | | |
| * | | Add test for setup.py install and dependenciesAnderson Bravalheri2022-03-251-1/+54
| | | |
| * | | Disable auto-discovery when the 'configuration' attribute is passedAnderson Bravalheri2022-03-251-0/+14
| | | |
| * | | Make sure dynamic classifiers in pyproject.toml don't fail (#3210)Anderson Bravalheri2022-03-254-32/+72
| |\ \ \
| | * | | Make sure dynamic classifiers don't fail on unexisting filesAnderson Bravalheri2022-03-254-32/+72
| | | | |
| * | | | Add `convert_path` back but with deprecated status (#3207)Anderson Bravalheri2022-03-251-0/+5
| |\ \ \ \
| | * | | | Add back convert_path as deprecated functionAnderson Bravalheri2022-03-251-0/+5
| | |/ / /