Skip to content

Commit e2665a5

Browse files
committed
TST: pytest.ini: don't pick up pythonapi-compat test in editable mode
1 parent 1ffef9f commit e2665a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[pytest]
22
addopts = -l
3-
norecursedirs = doc tools numpy/linalg/lapack_lite numpy/_core/code_generators
3+
norecursedirs = doc tools numpy/linalg/lapack_lite numpy/_core/code_generators numpy/_core/src/common/pythoncapi-compat
44
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS ALLOW_UNICODE ALLOW_BYTES
55
junit_family=xunit2
66

0 commit comments

Comments
 (0)