We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e2bf0 commit cc79c7eCopy full SHA for cc79c7e
2 files changed
dev-requirements.txt
@@ -5,3 +5,4 @@ pre-commit==3.3.3
5
pydocstyle==6.3.0
6
pylint==2.17.4
7
pytest==7.4.0
8
+pytest-xdist[psutil]==3.3.1
tests/run_pytest.py
@@ -10,7 +10,9 @@ def run_pytest() -> int:
10
return run(
11
args=(
12
"pytest",
13
- "--verbose",
+ "--numprocesses=auto",
14
+ "--durations=0",
15
+ "--verbosity=2",
16
Path(__file__).resolve().parent,
17
),
18
check=False,
0 commit comments