diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-22 12:37:22 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-22 13:09:19 +0200 |
commit | f2af4c44a4eb11845f7f27ae905a8a99651020ba (patch) | |
tree | 4b86588acceee2b5ec7a249d85c9cb29cd5e2c45 /dev-python | |
parent | dev-python/yenc: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD (diff) | |
download | gentoo-f2af4c44a4eb11845f7f27ae905a8a99651020ba.tar.gz gentoo-f2af4c44a4eb11845f7f27ae905a8a99651020ba.tar.bz2 gentoo-f2af4c44a4eb11845f7f27ae905a8a99651020ba.zip |
dev-python/webtest: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/webtest/webtest-1.4.3-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/webtest/webtest-2.0.16.ebuild | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/dev-python/webtest/webtest-1.4.3-r1.ebuild b/dev-python/webtest/webtest-1.4.3-r1.ebuild index 7e3cf74022b9..3e1e6f4dae76 100644 --- a/dev-python/webtest/webtest-1.4.3-r1.ebuild +++ b/dev-python/webtest/webtest-1.4.3-r1.ebuild @@ -38,10 +38,6 @@ python_compile_all() { fi } -src_test() { - DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test -} - python_test() { # Tests raise ImportErrors with our default PYTHONPATH. unset PYTHONPATH diff --git a/dev-python/webtest/webtest-2.0.16.ebuild b/dev-python/webtest/webtest-2.0.16.ebuild index 115cd15db2e2..98af652947f1 100644 --- a/dev-python/webtest/webtest-2.0.16.ebuild +++ b/dev-python/webtest/webtest-2.0.16.ebuild @@ -56,10 +56,6 @@ python_compile_all() { fi } -src_test() { - DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test -} - python_test() { # Tests raise ImportErrors with our default PYTHONPATH. local -x PYTHONPATH= |