From 7a3e4b4169d5f65714f1302aff6c420237ff9295 Mon Sep 17 00:00:00 2001 From: Paul Ganssle Date: Fri, 2 Nov 2018 20:38:43 -0400 Subject: Add futures backport to test reqs `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. --- tests/requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/requirements.txt b/tests/requirements.txt index b38fcbf0..0c6c3e59 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -8,3 +8,4 @@ wheel coverage>=4.5.1 pytest-cov>=2.5.1 paver; python_version>="3.6" +futures; python_version=="2.7" -- cgit v1.2.3