Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Feed the hobgoblins (delint). | Jason R. Coombs | 2019-01-02 | 1 | -4/+6 |
| | |||||
* | Fix the tests | Paul Moore | 2018-11-14 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1572 from pganssle/import_futures_test_reqs | Paul Ganssle | 2018-11-04 | 1 | -2/+3 |
|\ | | | | | Add futures and backport to Python 2.7 test requirements | ||||
| * | Add futures backport to test reqs | Paul Ganssle | 2018-11-02 | 1 | -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.py | Paul Ganssle | 2018-11-03 | 1 | -0/+21 |
| | | |||||
* | | Add tests for setup.py inclusion | Shashank Singh | 2018-11-02 | 1 | -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 xfail | Nikolaus Waxweiler | 2018-10-27 | 1 | -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-dir | Bernat Gabor | 2018-09-16 | 1 | -1/+35 |
| | |||||
* | build_meta.get_requires_for_build_sdist does not include wheel | Bernat Gabor | 2018-09-13 | 1 | -0/+6 |
| | | | | | | the wheel package is not required to build a source distribution Resolves #1474. | ||||
* | Reindent to avoid hanging indent. | Jason R. Coombs | 2018-08-21 | 1 | -44/+46 |
| | |||||
* | Adapt test to only run on Python 2, as it's redundant on Python 3. | Jason R. Coombs | 2018-08-21 | 1 | -2/+3 |
| | |||||
* | Use unicode literals throughout. | Jason R. Coombs | 2018-08-21 | 1 | -1/+3 |
| | |||||
* | Add a test for a Unicode metadata directory | Paul Moore | 2018-08-21 | 1 | -0/+9 |
| | |||||
* | Use Python 3 syntax for new-style clasess | Jason R. Coombs | 2018-06-03 | 1 | -1/+3 |
| | |||||
* | FIX: remove the | xoviat | 2017-10-16 | 1 | -1/+1 |
| | |||||
* | TST: add more for build_meta | xoviat | 2017-10-16 | 1 | -16/+49 |
| | |||||
* | Renamed 'pep517' to 'build_meta' | Jason R. Coombs | 2017-10-12 | 1 | -0/+93 |