summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2022-02-09 11:35:38 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2022-02-09 11:35:38 +0200
commit2ecab9c836f682e807c58552185edd23301c4669 (patch)
tree8c11c2e8d467eab94ea8f9b8830383f51b9eb523
parentfcf8f3e9ecc4d34bef116f677c0dd0fae9559e59 (diff)
downloadapscheduler-2ecab9c836f682e807c58552185edd23301c4669.tar.gz
Fixed pytest-asyncio warnings
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index e91be43..fab2ba3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,6 +6,7 @@ build-dir = docs/_build
upload-dir = docs/_build/html
[tool:pytest]
+asyncio_mode = strict
addopts = -rsx --cov --tb=short
testpaths = tests