Skip to content

Commit 5fc20ec

Browse files
committed
Fix pytest config
1 parent b352b89 commit 5fc20ec

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

MANIFEST.in

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

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ build-backend = "setuptools.build_meta"
88
[tool.pytest.ini_options]
99
testpaths = ["tests"]
1010
addopts = "-r a"
11-
asyncio_mode = "auto"
12-
filterwarnings = [
13-
"ignore:.*usage of Session..*:DeprecationWarning"
14-
]
1511

1612
[tool.ruff]
1713
line-length = 120

pytest.ini

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

0 commit comments

Comments
 (0)