Skip to content

Commit 418f0ee

Browse files
committed
TST: Skip Cython test for editable install
[skip circle]
1 parent 552fdd4 commit 418f0ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

numpy/random/tests/test_extending.py

+4
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@
4646
cython = None
4747

4848

49+
@pytest.mark.skipif(
50+
'editable' in np.__path__[0],
51+
reason='Editable install cannot find .pxd headers'
52+
)
4953
@pytest.mark.skipif(
5054
sys.platform == "win32" and sys.maxsize < 2**32,
5155
reason="Failing in 32-bit Windows wheel build job, skip for now"

0 commit comments

Comments
 (0)