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 6c6b791 commit 32dce55Copy full SHA for 32dce55
setup.cfg
@@ -15,5 +15,9 @@ ignore =
15
addopts = --benchmark-disable
16
# Deactivate default name pattern for test classes (we use pytest_describe).
17
python_classes = PyTest*
18
+# Handle all async fixtures and tests automatically by asyncio
19
+asyncio_mode = auto
20
# Set a timeout in seconds for aborting tests that run too long.
21
timeout = 100
22
+# Ignore config options not (yet) available in older Python versions.
23
+filterwarnings = ignore::pytest.PytestConfigWarning
0 commit comments