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.
pytest.ini
pyproject.toml
1 parent 3614a7a commit 7aaedfaCopy full SHA for 7aaedfa
Dockerfile
@@ -37,6 +37,5 @@ FROM base as test
37
WORKDIR /workflow
38
RUN poetry export --with dev > requirements.txt
39
RUN pip install -r requirements.txt
40
-COPY pytest.ini ./
41
COPY tests ./tests
42
RUN pytest
pyproject.toml
@@ -20,6 +20,9 @@ pytest-aiohttp = "^1.0.5"
20
pytest-asyncio = "^0.21.1"
21
pytest-datafiles = "^2.0.1"
22
23
+[tool.pytest.ini_options]
24
+markers = ["asyncio_mode: auto"]
25
+
26
[build-system]
27
requires = ["poetry-core>=1.0.0"]
28
build-backend = "poetry.core.masonry.api"
pytest.ini
0 commit comments