diff options
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= |