Skip to content

Commit 7aaedfa

Browse files
authored
chore: move pytest.ini config to pyproject.toml
1 parent 3614a7a commit 7aaedfa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,5 @@ FROM base as test
3737
WORKDIR /workflow
3838
RUN poetry export --with dev > requirements.txt
3939
RUN pip install -r requirements.txt
40-
COPY pytest.ini ./
4140
COPY tests ./tests
4241
RUN pytest

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ pytest-aiohttp = "^1.0.5"
2020
pytest-asyncio = "^0.21.1"
2121
pytest-datafiles = "^2.0.1"
2222

23+
[tool.pytest.ini_options]
24+
markers = ["asyncio_mode: auto"]
25+
2326
[build-system]
2427
requires = ["poetry-core>=1.0.0"]
2528
build-backend = "poetry.core.masonry.api"

pytest.ini

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)