We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeedaf4 commit d27f9f9Copy full SHA for d27f9f9
1 file changed
conftest.py
@@ -0,0 +1,3 @@
1
+# Prevent pytest from importing the repo-root __init__.py as a test module.
2
+# The package is installed via setuptools, so shopOps imports still work.
3
+collect_ignore = ["__init__.py"]
0 commit comments