aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_build_meta.py
Commit message (Expand)AuthorAgeFilesLines
* 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