Skip to content

Commit e3d5590

Browse files
Make pytest ignore new location of iocStats
1 parent 1eb9405 commit e3d5590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ extend-ignore =
6565
# Run pytest with all our checkers, and don't spam us with massive tracebacks on error
6666
# Don't do flake8 here as we need to separate it out for CI
6767
addopts =
68-
--tb=native -vv --doctest-modules --ignore=iocStats --ignore=epicscorelibs --ignore=docs
68+
--tb=native -vv --doctest-modules --ignore=softioc/iocStats --ignore=epicscorelibs --ignore=docs
6969
--cov=softioc --cov-report term --cov-report xml:cov.xml
7070
# Enables all discovered async tests and fixtures to be automatically marked as async, even if
7171
# they don't have a specific marker https://github.com/pytest-dev/pytest-asyncio#auto-mode

0 commit comments

Comments
 (0)