Skip to content

Commit 80b5e69

Browse files
committed
pytest makes clusters run out of memory. No parallelization of tests, rip
1 parent 040718e commit 80b5e69

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

requirements_dev.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@ tox>=4.20.0
22
xgboost>=2.0.0
33
lightgbm==4.6.0
44
coverage==7.6.12
5-
pytest==8.3.5
6-
pytest-xdist==3.6.1
75
-r requirements.txt

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ setenv =
1515
deps =
1616
-r{toxinidir}/requirements_dev.txt
1717
commands =
18-
coverage run -m pytest -n auto
18+
coverage run -m unittest discover
1919
coverage report -m
2020

2121
[testenv:flake8]

0 commit comments

Comments
 (0)