summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/requests-mock')
-rw-r--r--dev-python/requests-mock/requests-mock-0.5.1.ebuild2
-rw-r--r--dev-python/requests-mock/requests-mock-0.6.0.ebuild2
2 files changed, 0 insertions, 4 deletions
diff --git a/dev-python/requests-mock/requests-mock-0.5.1.ebuild b/dev-python/requests-mock/requests-mock-0.5.1.ebuild
index dd11a40202df..f4f89c81e48e 100644
--- a/dev-python/requests-mock/requests-mock-0.5.1.ebuild
+++ b/dev-python/requests-mock/requests-mock-0.5.1.ebuild
@@ -32,8 +32,6 @@ RDEPEND="
"
python_test() {
- local DISTUTILS_NO_PARALLEL_BUILD=TRUE
-
rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPYTHON}"
testr init || die "testr init failed under ${EPYTHON}"
diff --git a/dev-python/requests-mock/requests-mock-0.6.0.ebuild b/dev-python/requests-mock/requests-mock-0.6.0.ebuild
index 93b1c01cefb3..b00b333a6d76 100644
--- a/dev-python/requests-mock/requests-mock-0.6.0.ebuild
+++ b/dev-python/requests-mock/requests-mock-0.6.0.ebuild
@@ -33,8 +33,6 @@ RDEPEND="
"
python_test() {
- local DISTUTILS_NO_PARALLEL_BUILD=TRUE
-
rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPYTHON}"
testr init || die "testr init failed under ${EPYTHON}"