fix: added args back to test-simple

This commit is contained in:
Andrii V 2025-04-03 18:24:56 +02:00
parent a4ff9d4fab
commit 15820be50a

View file

@ -87,7 +87,7 @@ test-only:
# test-simple: Run tests only for main test suite without coverage
test-simple:
PYTHONHASHSEED=random \
py.test -r xw -p no:sugar \
py.test -x -vv -r xw -p no:sugar \
--ignore=rhodecode/tests/vcs_operations \
--ignore=rhodecode/tests/database