summaryrefslogtreecommitdiff
path: root/dev-lang/python/files/test-__all__-numpy.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/python/files/test-__all__-numpy.patch')
-rw-r--r--dev-lang/python/files/test-__all__-numpy.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-lang/python/files/test-__all__-numpy.patch b/dev-lang/python/files/test-__all__-numpy.patch
deleted file mode 100644
index 1b91abbf6f60..000000000000
--- a/dev-lang/python/files/test-__all__-numpy.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py
-index c077881511..0728bef6c4 100644
---- a/Lib/test/test___all__.py
-+++ b/Lib/test/test___all__.py
-@@ -71,6 +71,8 @@ class AllTest(unittest.TestCase):
- blacklist = set([
- # Will raise a SyntaxError when compiling the exec statement
- '__future__',
-+ # imports numpy which causes warnings
-+ 'test.test_pickletools',
- ])
-
- if not sys.platform.startswith('java'):