summary refs log tree commit diff
path: root/pkgs/development/python-modules/cython_test.patch
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2016-12-03 09:59:42 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2016-12-03 16:09:37 +0100
commit41626234606f3e5f65fd5fd6861ee0ba4771e1c9 (patch)
tree05e9ec8e3ca0682a69c9f16298a478f71158a95c /pkgs/development/python-modules/cython_test.patch
parentd41e1410617e08166c6469aa28eaa799e730f34a (diff)
downloadnixlib-41626234606f3e5f65fd5fd6861ee0ba4771e1c9.tar
nixlib-41626234606f3e5f65fd5fd6861ee0ba4771e1c9.tar.gz
nixlib-41626234606f3e5f65fd5fd6861ee0ba4771e1c9.tar.bz2
nixlib-41626234606f3e5f65fd5fd6861ee0ba4771e1c9.tar.lz
nixlib-41626234606f3e5f65fd5fd6861ee0ba4771e1c9.tar.xz
nixlib-41626234606f3e5f65fd5fd6861ee0ba4771e1c9.tar.zst
nixlib-41626234606f3e5f65fd5fd6861ee0ba4771e1c9.zip
pythonPackages.cython: 0.24.1 -> 0.25.1
Diffstat (limited to 'pkgs/development/python-modules/cython_test.patch')
-rw-r--r--pkgs/development/python-modules/cython_test.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/pkgs/development/python-modules/cython_test.patch b/pkgs/development/python-modules/cython_test.patch
deleted file mode 100644
index 5b1cece3aa50..000000000000
--- a/pkgs/development/python-modules/cython_test.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/tests/run/numpy_math.pyx b/tests/run/numpy_math.pyx
-index eafd23a..4a15522 100644
---- a/tests/run/numpy_math.pyx
-+++ b/tests/run/numpy_math.pyx
-@@ -37,8 +37,8 @@ def test_fp_classif():
-     assert not npmath.isnan(d_zero)
-     assert not npmath.isnan(f_zero)
- 
--    assert npmath.isinf(npmath.INFINITY) == 1
--    assert npmath.isinf(-npmath.INFINITY) == -1
-+    assert npmath.isinf(npmath.INFINITY) != 0
-+    assert npmath.isinf(-npmath.INFINITY) != 0
-     assert npmath.isnan(npmath.NAN)
- 
-     assert npmath.signbit(npmath.copysign(1., -1.))