Skip to content

Commit 8a90cb3

Browse files
turn off parallel tests bc breaks
1 parent a5ea34f commit 8a90cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ python-source = "python"
208208
module-name = "egglog.bindings"
209209

210210
[tool.pytest.ini_options]
211-
addopts = ["--import-mode=importlib", "-n=auto"]
211+
addopts = ["--import-mode=importlib"]
212212
testpaths = ["python"]
213213
python_files = ["test_*.py", "test.py"]
214214
markers = ["slow: marks tests as slow (deselect with '-m \"not slow\"')"]

0 commit comments

Comments
 (0)