aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_build_meta.py
Commit message (Expand)AuthorAgeFilesLines
* 👹 Feed the hobgoblins (delint).Jason R. Coombs2020-01-191-0/+1
* Merge branch 'sys_argv' of https://github.com/aimileus/setuptools into maint/...Jason R. Coombs2020-01-141-0/+28
|\
| * Add testsEmiel Wiedijk2019-05-151-0/+28
* | Add test ensuring pyproject.toml is included during PEP 517 build.Tzu-ping Chung2019-12-291-0/+21
|/
* 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
* 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
* 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
* Add test capturing failure. Ref #1623.Jason R. Coombs2019-01-021-0/+19
* Feed the hobgoblins (delint).Jason R. Coombs2019-01-021-4/+6
* Fix the testsPaul Moore2018-11-141-2/+2
* Merge pull request #1572 from pganssle/import_futures_test_reqsPaul Ganssle2018-11-041-2/+3
|\
| * Add futures backport to test reqsPaul Ganssle2018-11-021-2/+3
* | Test that manifest can exclude setup.pyPaul Ganssle2018-11-031-0/+21
* | Add tests for setup.py inclusionShashank Singh2018-11-021-0/+12
|/
* Mark Py 2/3-only tests as skip instead of xfailNikolaus Waxweiler2018-10-271-1/+2
* Add tests exposing the issues with sdist_directory not being --dist-dirBernat Gabor2018-09-161-1/+35
* build_meta.get_requires_for_build_sdist does not include wheelBernat Gabor2018-09-131-0/+6
* Reindent to avoid hanging indent.Jason R. Coombs2018-08-211-44/+46
* Adapt test to only run on Python 2, as it's redundant on Python 3.Jason R. Coombs2018-08-211-2/+3
* Use unicode literals throughout.Jason R. Coombs2018-08-211-1/+3
* Add a test for a Unicode metadata directoryPaul Moore2018-08-211-0/+9
* Use Python 3 syntax for new-style clasessJason R. Coombs2018-06-031-1/+3
* FIX: remove thexoviat2017-10-161-1/+1
* TST: add more for build_metaxoviat2017-10-161-16/+49
* Renamed 'pep517' to 'build_meta'Jason R. Coombs2017-10-121-0/+93