summaryrefslogtreecommitdiff
path: root/setuptools/tests
Commit message (Expand)AuthorAgeFilesLines
* Simplify auto-discovered package_dirAnderson Bravalheri2022-04-051-1/+31
* 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
| * | 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
|\ \ \
| * | | Replace direct usage of the `py` libraryAnderson Bravalheri2022-03-081-11/+11
| * | | Fix test_editable_user_and_build_isolationAndrey Bienkowski2022-03-061-1/+4
| * | | Fix editable --user installs with build isolationAndrey Bienkowski2022-03-061-4/+2
| * | | Test: editable install \w --user&build isolationAndrey Bienkowski2022-03-061-0/+42
* | | | 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
* | | 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
| |/ / /
* | | | Avoid overwriting dist.include_package_data given by setup.py (#3205)Anderson Bravalheri2022-03-251-0/+23
|\ \ \ \
| * | | | Test setup.py' include_package_data not ignored when parsing pyprojectAnderson Bravalheri2022-03-251-0/+23
| |/ / /
* | | | Make sure auto-discovery does not break include_package_data (#3202)Anderson Bravalheri2022-03-251-1/+97
|\ \ \ \