We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ea34f commit 8a90cb3Copy full SHA for 8a90cb3
pyproject.toml
@@ -208,7 +208,7 @@ python-source = "python"
208
module-name = "egglog.bindings"
209
210
[tool.pytest.ini_options]
211
-addopts = ["--import-mode=importlib", "-n=auto"]
+addopts = ["--import-mode=importlib"]
212
testpaths = ["python"]
213
python_files = ["test_*.py", "test.py"]
214
markers = ["slow: marks tests as slow (deselect with '-m \"not slow\"')"]
0 commit comments