Skip to content

Commit 8e06ed4

Browse files
authored
Merge pull request #218 from bgilbert/pytest
pytest: require 7.0 for `pythonpath` setting
2 parents 72d6651 + 033020e commit 8e06ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[pytest]
2-
minversion = 6.0
2+
minversion = 7.0
33
# don't try to import openslide from the source directory, since it doesn't
44
# have the compiled extension module
55
addopts = --import-mode importlib

0 commit comments

Comments
 (0)