summaryrefslogtreecommitdiff
path: root/setuptools/tests
Commit message (Expand)AuthorAgeFilesLines
* Restore Python 2.7 compatibilityfeature/include-pyproject.tomlJason R. Coombs2019-12-311-0/+2
* Add test for exclusion expectation. Ref #1650.Jason R. Coombs2019-12-311-0/+16
* Add test ensuring pyproject.toml is included during PEP 517 build.Tzu-ping Chung2019-12-291-0/+21
* Merge branch 'master' into feature/include-pyproject.tomlJason R. Coombs2019-12-2931-776/+1472
|\
| * Merge branch 'master' into fix_handling_of_find-links_in_setup.cfgJason R. Coombs2019-12-011-0/+44
| |\
| | * fix possible issue with transitive build dependenciesBenoit Pierre2019-11-271-0/+44
| * | fix support for easy_install's find-links option in setup.cfgBenoit Pierre2019-11-261-0/+38
| |/
| * wheel: fix `is_compatible` implementationBenoit Pierre2019-11-251-0/+9
| * Merge pull request #1909 from benoit-pierre/resurrect_easy_install_scriptJason R. Coombs2019-11-232-20/+19
| |\
| | * Revert "drop easy_install script and associated documentation"Benoit Pierre2019-11-162-20/+19
| * | Merge pull request #1829 from benoit-pierre/update_pep425tagsJason R. Coombs2019-11-162-222/+0
| |\ \ | | |/ | |/|
| | * wheel: switch to `packaging.tags` for checking PEP 425 tagsBenoit Pierre2019-10-072-222/+0
| * | Merge pull request #1767 from kchmck/feat-license-filesJason R. Coombs2019-11-161-5/+203
| |\ \
| | * | Remove DALS for single-line stringsMick Koch2019-10-281-40/+40
| | * | Add support for `license_files` option in metadataMick Koch2019-10-281-0/+198
| * | | drop easy_install script and associated documentationBenoit Pierre2019-11-152-19/+20
| * | | dist: re-implement `fetch_build_egg` to use pipBenoit Pierre2019-11-153-39/+195
| * | | tests: fix some pytest warnings under Python 2Benoit Pierre2019-11-151-1/+1
| * | | Merge pull request #1861 from benoit-pierre/fix_empty_namespace_package_wheel...Benoit Pierre2019-11-131-0/+28
| |\ \ \
| | * | | wheel: fix installation of empty namespace packageBenoit Pierre2019-10-071-0/+28
| | | |/ | | |/|
| * | | Remove "upload" and "register" commands.Paul Ganssle2019-11-022-233/+21
| | |/ | |/|
| * | Merge pull request #1824 from asottile/python310Jason R. Coombs2019-10-271-1/+1
| |\ \
| | * | Fixes for python3.10Anthony Sottile2019-08-171-1/+1
| * | | Remove outdated comment and suppressed exception from test_test.pyJon Dufresne2019-10-221-6/+2
| * | | Merge pull request #1881 from jdufresne/utf-8Paul Ganssle2019-10-222-2/+2
| |\ \ \
| | * | | Change coding cookie to use utf-8 (lowercase)Jon Dufresne2019-10-212-2/+2
| | | |/ | | |/|
| * | | Deprecate the test commandJon Dufresne2019-10-211-0/+50
| |/ /
| * | Merge pull request #1847 from pypa/bugfix/1787-python-requires-invalidJason R. Coombs2019-10-061-0/+34
| |\ \
| | * | Add more tests for valid behavior. Expand exception, any should do.Jason R. Coombs2019-09-111-1/+23
| | * | Add test capturing failure. Ref #1787.Jason R. Coombs2019-09-111-0/+12
| | |/
| * | Allow 'long_description_content_type' warnings for new versions of packaging....Jason R. Coombs2019-10-061-0/+1
| * | Merge branch 'master' into feature/deterministic-provides-extrasJason R. Coombs2019-09-118-31/+257
| |\ \ | | |/
| | * tests: fix `test_pip_upgrade_from_source` on Python 3.4Benoit Pierre2019-07-231-1/+6
| | * improve `package_data` checkDaniel Himmelstein2019-07-161-1/+52
| | * Added test for metadata-version 1.2Bastian Venthur2019-05-161-0/+1
| | * tests: fix_test_build_deps_on_distutilsBenoit Pierre2019-05-141-2/+3
| | * build_meta: fix 2 issues with `build_wheel` / `build_sdist`Benoit Pierre2019-04-221-17/+21
| | * Merge pull request #1745 from shashanksingh28/masterPaul Ganssle2019-04-221-1/+6
| | |\
| | | * Fix error when wheels already exist in dist/Shashank Singh2019-04-221-1/+6
| | * | Limit workers in ProcessPoolExecutorPaul Ganssle2019-04-221-1/+1
| | |/
| | * Add test for pre-existing wheels in build_metaFloris Lambrechts2019-04-201-0/+38
| | * Updated test to check for changed git rev checkout2xB2019-04-121-1/+1
| | * Correct cyrillic to match preferred pronunciation.Jason R. Coombs2019-04-051-2/+2
| | * Add compatibility for Python 2Jason R. Coombs2019-04-051-3/+3
| | * Add test for setopt to demonstrate that edit_config retains non-ASCII charact...Jason R. Coombs2019-04-051-0/+36
| | * When reading config files, require them to be encoded with UTF-8. Fixes #1702.Jason R. Coombs2019-04-051-22/+9
| | * Feed the hobgoblins (delint).Jason R. Coombs2019-04-051-4/+7
| | * Extend requirement parsing tests to sdistsPaul Ganssle2019-03-161-3/+12
| | * Add requirement parsing in setuptools.build_metaPaul Ganssle2019-03-161-13/+9
| | * Add failing test for setup_requiresPaul Ganssle2019-03-161-0/+46