aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
| | * Automatically skip tests that require networkPaul Ganssle2019-02-231-10/+41
| | * tests: improve `test_pip_upgrade_from_source`Benoit Pierre2019-02-221-1/+15
| * | In tests, force deterministic ordering on extras_require so tests pass.Jason R. Coombs2019-02-171-5/+7
| * | Add test capturing expectation that provides_extras are ordered.Jason R. Coombs2019-02-171-0/+13
| |/
| * Add support for setup.cfg-only projectsPaul Ganssle2019-02-071-2/+21
| * Rename build_meta:legacy to build_meta:__legacy__Paul Ganssle2019-02-051-1/+1
| * Move build_meta_legacy to build_meta:legacyPaul Ganssle2019-02-031-3/+14
| * Add build_meta_legacy backendPaul Ganssle2019-02-031-1/+0
| * Add failing test suite for build_meta_legacyPaul Ganssle2019-02-031-0/+13
| * Add test for relative path imports in build_metaPaul Ganssle2019-02-031-0/+20
| * Wrap build_meta tests in a reusable test classPaul Ganssle2019-02-031-134/+134
| * Merge branch '40.7-maintenance'Jason R. Coombs2019-01-282-0/+72
| |\
| | * test: add a simple regression test for `build_ext`Benoit Pierre2019-01-282-0/+72
| * | tests: minor cleanupBenoit Pierre2019-01-281-9/+1
| * | Merge branch 'master' into license-fix-357Jason R. Coombs2019-01-2725-157/+862
| |\|
| | * Merge pull request #1180 from benoit-pierre/fix_889_and_non-ascii_in_setup.cf...Jason R. Coombs2019-01-272-2/+119
| | |\
| | | * Merge branch 'master' into fix_889_and_non-ascii_in_setup.cfg_take_2Jason R. Coombs2019-01-2526-187/+2415
| | | |\
| | | * | improve encoding handling for `setup.cfg`Benoit Pierre2017-10-252-2/+109
| | | * | add test to ensure `setup.cfg` interpolation behavior remain unchangedBenoit Pierre2017-10-251-0/+10
| | * | | Feed the hobgoblins (delint).Jason R. Coombs2019-01-2622-140/+183
| | | |/ | | |/|
| * | | Remove unnecessary parameters from the testDeniz Taneli2018-11-101-6/+2
| * | | Address review commentsDeniz Taneli2018-11-101-0/+2
| * | | Make the new tests parametrizedDeniz Taneli2018-10-281-60/+19
| * | | Unit tests for installing licenses from setup.cfg (#357)Deniz Taneli2018-10-271-0/+92
* | | | include pyproject.toml in sdist (#1632)Alexander Duryagin2019-01-111-0/+14
| |/ / |/| |
* | | Add test capturing failure. Ref #1623.Jason R. Coombs2019-01-021-0/+19
* | | Feed the hobgoblins (delint).Jason R. Coombs2019-01-021-4/+6
* | | Merge pull request #1559 from RajdeepRao/BUG-1551Paul Ganssle2018-12-312-2/+53
|\ \ \
| * | | Add explicit test for license in setup.cfgPaul Ganssle2018-12-291-0/+20
| * | | Change how license field ValueError is testedPaul Ganssle2018-12-291-6/+14
| * | | Disallow files for license inputsrajdeep2018-12-291-1/+24
* | | | Remove unused importJason R. Coombs2018-12-291-1/+0
|/ / /