Setup strict asyncio mode
This commit is contained in:
parent
7783fb1b1e
commit
9ae64aae56
|
@ -1,5 +1,6 @@
|
|||
[pytest]
|
||||
addopts = --strict-markers
|
||||
asyncio_mode = strict
|
||||
filterwarnings =
|
||||
error::pytest.PytestWarning
|
||||
ignore:.*.fspath is deprecated and will be replaced by .*.path.*:pytest.PytestDeprecationWarning
|
||||
|
|
Loading…
Reference in New Issue