Skip to content

Commit a6be1b3

Browse files
committed
fixing pytest.ini
1 parent a4fcd91 commit a6be1b3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pytest.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ addopts =
1414
--cov-config=.coveragerc
1515
--capture=tee-sys
1616
--import-mode=importlib
17-
18-
collect_ignore =
19-
tests/utils.py
17+
--ignore=tests/utils.py
2018

2119
testpaths =
2220
tests/single

0 commit comments

Comments
 (0)