summaryrefslogtreecommitdiff
path: root/setuptools/tests/test_build_meta.py
Commit message (Collapse)AuthorAgeFilesLines
* 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 and backport to Python 2.7 test requirements
| * Add futures backport to test reqsPaul Ganssle2018-11-021-2/+3
| | | | | | | | | | | | | | | | `setuptools.tests.test_build_meta` relies on the Python 3 feature `concurrent.futures` to run, and as a result has been silently skipped in Python 2.7. This adds the `futures` backport to the 2.7 test requirements and turns the `pytest.importorskip` invocations in test_build_meta into standard import statements.
* | Test that manifest can exclude setup.pyPaul Ganssle2018-11-031-0/+21
| |
* | Add tests for setup.py inclusionShashank Singh2018-11-021-0/+12
|/ | | | | | This tests that `setup.py` is included by default in the distribution with the egg_info command and when an sdist is built with build_meta.build_sdist
* Mark Py 2/3-only tests as skip instead of xfailNikolaus Waxweiler2018-10-271-1/+2
| | | | | Also reuse pre-defined py2_only and py3_only decorators where appropriate.
* 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
| | | | | | the wheel package is not required to build a source distribution Resolves #1474.
* 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