summaryrefslogtreecommitdiff
path: root/numpy/random/tests/test_extending.py
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2019-12-27 09:28:25 +0200
committermattip <matti.picus@gmail.com>2019-12-27 09:28:25 +0200
commitaf6e61668ac3598daca111e7ed81bcca5e910735 (patch)
treefcc8c5517939dfe5ac4d57aff6daa4b4391ebef8 /numpy/random/tests/test_extending.py
parentc18b3f59b5f5752ab038224fd3bdf2dadba55ecf (diff)
downloadnumpy-af6e61668ac3598daca111e7ed81bcca5e910735.tar.gz
MAINT: unskip test on win32
Diffstat (limited to 'numpy/random/tests/test_extending.py')
-rw-r--r--numpy/random/tests/test_extending.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/random/tests/test_extending.py b/numpy/random/tests/test_extending.py
index 0cad76ed1..439980fd4 100644
--- a/numpy/random/tests/test_extending.py
+++ b/numpy/random/tests/test_extending.py
@@ -40,7 +40,6 @@ else:
@pytest.mark.skipif(cython is None, reason="requires cython")
@pytest.mark.slow
-@pytest.mark.skipif(sys.platform == 'win32', reason="cmd too long on CI")
def test_cython(tmp_path):
examples = os.path.join(os.path.dirname(__file__), '..', '_examples')
base = os.path.dirname(examples)