Skip to content

Commit e96be93

Browse files
committed
Run tests in parallel
1 parent ed8678c commit e96be93

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ pythonpath = [
33
"year2018",
44
"year2019",
55
]
6+
addopts="-n auto"
67

78
[tool.ruff]
89
target-version = "py312"

Diff for: requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
networkx==3.3
22
Pillow==10.3.0
33
psutil==5.9.8
4-
pytest==8.2.1
4+
pytest==8.3.2
5+
pytest-xdist==3.6.1

0 commit comments

Comments
 (0)