[packages/python-IPy] - skip fuzz test for now
arekm
arekm at pld-linux.org
Wed Mar 13 06:33:14 CET 2019
commit aa44e1642343a347f25f17d198094073a0caecd4
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Wed Mar 13 06:33:05 2019 +0100
- skip fuzz test for now
python-IPy.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/python-IPy.spec b/python-IPy.spec
index 2d1671b..b00827f 100644
--- a/python-IPy.spec
+++ b/python-IPy.spec
@@ -72,6 +72,8 @@ więc zabawne rzeczy typu maska 0xffffff0f są tutaj niewykonalne.
%py_build
%if %{with tests}
for test in test/*.py; do
+ # enable when this is fixed: https://github.com/autocracy/python-ipy/issues/27
+ [ "$test" = "test/test_fuzz.py" ] && continue
PYTHONPATH=build-2 %{__python} "$test"
done
%endif
@@ -81,6 +83,8 @@ done
%py3_build
%if %{with tests}
for test in test/*.py; do
+ # enable when this is fixed: https://github.com/autocracy/python-ipy/issues/27
+ [ "$test" = "test/test_fuzz.py" ] && continue
PYTHONPATH=build-3 %{__python3} "$test"
done
%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-IPy.git/commitdiff/aa44e1642343a347f25f17d198094073a0caecd4
More information about the pld-cvs-commit
mailing list