summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-afl/python-afl-0.6.ebuild')
-rw-r--r--dev-python/python-afl/python-afl-0.6.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-python/python-afl/python-afl-0.6.ebuild b/dev-python/python-afl/python-afl-0.6.ebuild
index cb3375a8e445..7bfa986eb622 100644
--- a/dev-python/python-afl/python-afl-0.6.ebuild
+++ b/dev-python/python-afl/python-afl-0.6.ebuild
@@ -19,11 +19,7 @@ RDEPEND="app-forensics/afl"
DEPEND=">=dev-python/cython-0.19[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-python_prepare_all() {
- # afl-cmin errors with: "Error: do not use this script in /tmp or /var/tmp"
- rm tests/test_cmin.py || die
- distutils-r1_python_prepare_all
-}
+PATCHES=( "${FILESDIR}"/${P}-fix-test.patch )
python_test() {
PATH="${PATH}:." nosetests --verbose || die