Skip to content

Commit 584057c

Browse files
committed
build(test): ignore folder
1 parent 2dd2086 commit 584057c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
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 lint.py hubconf.py
1010

1111
test:
12-
python -m pytest -sv -vv --cov=pytorch_optimizer --cov-report=xml ./tests
12+
python -m pytest -sv -vv --cov=pytorch_optimizer --cov-report=xml ./tests --ignore=./pytorch_optimizer/experiment
1313

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

pytest.ini

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)