67258b58a4
When using tox, pass `-e offline` to exclude online tests. When using pytest, pass `-m "not online"` to do the same.
4 lines
99 B
INI
4 lines
99 B
INI
[pytest]
|
|
addopts = --strict-markers
|
|
markers =
|
|
online: mark tests are requiring interest access. |