We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb9405 commit e3d5590Copy full SHA for e3d5590
setup.cfg
@@ -65,7 +65,7 @@ extend-ignore =
65
# Run pytest with all our checkers, and don't spam us with massive tracebacks on error
66
# Don't do flake8 here as we need to separate it out for CI
67
addopts =
68
- --tb=native -vv --doctest-modules --ignore=iocStats --ignore=epicscorelibs --ignore=docs
+ --tb=native -vv --doctest-modules --ignore=softioc/iocStats --ignore=epicscorelibs --ignore=docs
69
--cov=softioc --cov-report term --cov-report xml:cov.xml
70
# Enables all discovered async tests and fixtures to be automatically marked as async, even if
71
# they don't have a specific marker https://github.com/pytest-dev/pytest-asyncio#auto-mode
0 commit comments