Skip to content

Commit 934fd95

Browse files
committed
Pin pytest to 7.3.1
Issue related to `testpaths` option and nested conftest modules causes ImportErrors in the sphinx plugin tests. Needs further investigation, but just pin it for now Related changes: pytest-dev/pytest#10988
1 parent 11ecfef commit 934fd95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest
1+
pytest==7.3.1
22
pytest-asyncio
33
pytest-cov
44
pytest-doctestplus

0 commit comments

Comments
 (0)