summaryrefslogtreecommitdiff
path: root/setuptools/tests
Commit message (Expand)AuthorAgeFilesLines
* Make sure user gets warned when using distutilsAnderson Bravalheri2021-11-041-1/+15
* Add regression test for #2849Anderson Bravalheri2021-11-041-10/+47
* Trim docstring and remove comment.Jason R. Coombs2021-11-021-6/+4
* Fix 1461: Better loop breaker for `manifest_maker`Anderson Bravalheri2021-11-011-0/+24
* Drop tests against pip < 20, which no longer work without 'wheel' specified i...Jason R. Coombs2021-10-311-8/+0
* Fix usage of virtualenv to ensure that tests are run in the bare virtualenv. ...Jason R. Coombs2021-10-191-2/+3
* Merge pull request #2758 from nsait-linaro/win_arm64_launchersJason R. Coombs2021-10-011-2/+13
|\
| * Fix linting errorsNiyas Sait2021-09-061-0/+2
| * add win/arm64 launchersNiyas Sait2021-08-261-2/+11
* | Deprecate bdist_rpmHugo van Kemenade2021-09-091-0/+27
* | Merge branch 'main' into mrs/edit_config-case-sensitiveJason R. Coombs2021-09-081-3/+3
|\ \
| * | Add test capturing missed expectation. Ref #2773.Jason R. Coombs2021-09-081-0/+8
* | | Preserve case of keys during edit_configAntonio Russo2021-09-061-0/+11
|/ /
* | Refactor test_setup_requires_with_allow_hosts to re-use path.buildJason R. Coombs2021-09-061-17/+16
* | Include trailing quote in build-backend for test_build_meta. Fixes #2771.Jason R. Coombs2021-09-061-2/+2
* | 👹 Feed the hobgoblins (delint).Jason R. Coombs2021-09-042-3/+0
* | remove lib2to3 usageThomas Grainger2021-09-044-366/+165
* | Merge pull request #2712 from darkvertex/data_files_glob_directiveJason R. Coombs2021-08-261-0/+35
|\ \ | |/ |/|
| * globbing for [options.data_files]: Remove special treatment for filenames wit...Alan Fregtman2021-07-211-3/+0
| * Update globbing for [options.data_files] to be implicit, not requiring a cust...Alan Fregtman2021-07-211-3/+6
| * Implement "glob:" directive for declarative "data_files" option.Alan Fregtman2021-06-301-0/+35
* | Fix extension in testSteve Dower2021-07-121-1/+1
* | Override PyPy case in testSteve Dower2021-07-121-1/+11
* | Fixes #2722: Adds an environment variable SETUPTOOLS_EXT_SUFFIX to override t...Steve Dower2021-07-101-0/+26
|/
* Fix flaky testMarc Mueller2021-05-231-5/+3
* Keep user sorting for license filesMarc Mueller2021-05-231-5/+21
* Overwrite exlude from MANIFEST with license_files optionMarc Mueller2021-05-231-5/+6
* Add License-File field to package metadataMarc Mueller2021-05-232-1/+29
* Changes after rebaseMarc Mueller2021-05-222-4/+4
* Small changes after reviewMarc Mueller2021-05-221-5/+1
* Fix testsMarc Mueller2021-05-221-2/+8
* Write long description in message payloadMarc Mueller2021-05-221-0/+21
* Fix misc. doc typosluz paz2021-05-143-4/+4
* Remove hard-coded indexes of metadata lines. Ref #2641.Jason R. Coombs2021-05-091-3/+5
* Merge pull request #2641 from cdce8p/mv-versionJason R. Coombs2021-05-092-8/+22
|\
| * Always use latest mv version for PKG-INFOMarc Mueller2021-04-162-8/+22
* | Merge pull request #2640 from cdce8p/licenseJason R. Coombs2021-05-092-0/+35
|\ \
| * | Add escaping to license fieldMarc Mueller2021-04-162-0/+35
| |/
* | Merge pull request #2644 from tirkarthi/fix-threadingJason R. Coombs2021-04-241-1/+1
|\ \ | |/ |/|
| * Set daemon attribute instead of using setDaemon method that was deprecated in...Karthikeyan Singaravelan2021-04-171-1/+1
* | Add rfc822_unescapeMarc Mueller2021-04-101-0/+40
|/
* Small changesMarc Mueller2021-04-031-2/+1
* Additional test casesMarc Mueller2021-04-031-3/+62
* license_files - Add support for glob patterns + add default patternsMarc Mueller2021-04-032-2/+3
* Merge pull request #2621 from cdce8p/fix-testsJason R. Coombs2021-04-031-1/+1
|\
| * Tests - Fix url for pip downloadMarc Mueller2021-03-281-1/+1
* | Merge pull request #2566 from hroncok/remove_bdist_wininstJason R. Coombs2021-03-301-23/+0
|\ \ | |/ |/|
| * Remove bdist_wininstMiro Hrončok2021-03-081-23/+0
* | Merge pull request #2608 from layday/pep517-better-error-on-missing-distJason R. Coombs2021-03-221-0/+11
|\ \
| * | fixup! fixup! build_meta: produce informative error when a dist is not foundlayday2021-03-211-4/+1