diff options
author | Paul Ganssle <paul@ganssle.io> | 2019-01-27 12:31:28 -0500 |
---|---|---|
committer | Paul Ganssle <paul@ganssle.io> | 2019-02-03 12:25:06 -0500 |
commit | fd3b06dae1a33b3131cf96ddb9d7938430b9d8b5 (patch) | |
tree | 238faab80b143585fb4c6c03ec38527491cbf405 /setuptools/tests/test_build_meta.py | |
parent | a114112ea5e6df87a826e0fa2927cffd2472aec1 (diff) | |
download | external_python_setuptools-fd3b06dae1a33b3131cf96ddb9d7938430b9d8b5.tar.gz external_python_setuptools-fd3b06dae1a33b3131cf96ddb9d7938430b9d8b5.tar.bz2 external_python_setuptools-fd3b06dae1a33b3131cf96ddb9d7938430b9d8b5.zip |
Add build_meta_legacy backend
This is part of the solution to GH #1642, it is a
backwards-compatibility backend that can be used as a default PEP 517
backend for projects that use setuptools but haven't opted in to
build_meta.
Diffstat (limited to 'setuptools/tests/test_build_meta.py')
-rw-r--r-- | setuptools/tests/test_build_meta.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/tests/test_build_meta.py b/setuptools/tests/test_build_meta.py index 5d97ebce..b29d6f29 100644 --- a/setuptools/tests/test_build_meta.py +++ b/setuptools/tests/test_build_meta.py @@ -258,7 +258,6 @@ class TestBuildMetaBackend: build_backend.build_sdist("temp") -@pytest.mark.xfail class TestBuildMetaLegacyBackend(TestBuildMetaBackend): backend_name = 'setuptools.build_meta_legacy' |