Skip to content

Commit 0c571f8

Browse files
committed
ci(test): pytest options
1 parent 39a56de commit 0c571f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ format:
99
black -S -l 119 pytorch_optimizer tests hubconf.py
1010

1111
test:
12-
python -m pytest -sv -vv --cov=pytorch_optimizer --cov-report=xml ./tests
12+
python -m pytest -p no:pastebin -p no:nose -p no:doctest -sv -vv --cov=pytorch_optimizer --cov-report=xml ./tests
1313

1414
check:
1515
isort --check-only --profile black -l 119 pytorch_optimizer tests hubconf.py

0 commit comments

Comments
 (0)