aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/arrayfire-python/files/arrayfire-python-3.6.20181017_p1-skip_tests.patch')
-rw-r--r--dev-python/arrayfire-python/files/arrayfire-python-3.6.20181017_p1-skip_tests.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/arrayfire-python/files/arrayfire-python-3.6.20181017_p1-skip_tests.patch b/dev-python/arrayfire-python/files/arrayfire-python-3.6.20181017_p1-skip_tests.patch
new file mode 100644
index 000000000..eb4eb54cf
--- /dev/null
+++ b/dev-python/arrayfire-python/files/arrayfire-python-3.6.20181017_p1-skip_tests.patch
@@ -0,0 +1,20 @@
+diff --git a/tests/simple/__init__.py b/tests/simple/__init__.py
+index 4950136..41c9cf2 100644
+--- a/tests/simple/__init__.py
++++ b/tests/simple/__init__.py
+@@ -11,7 +11,6 @@
+
+ from ._util import tests
+ from .algorithm import simple_algorithm
+-from .arith import simple_arith
+ from .array_test import simple_array
+ from .blas import simple_blas
+ from .data import simple_data
+@@ -28,7 +27,6 @@ from .statistics import simple_statistics
+ __all__ = [
+ "tests",
+ "simple_algorithm",
+- "simple_arith",
+ "simple_array",
+ "simple_blas",
+ "simple_data",