Skip to content

Commit de5876a

Browse files
committed
Simplify pytest config n and remove redundant pytest.ini
1 parent 4e60210 commit de5876a

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ pytest_verify = ["py.typed"]
5959
[tool.pytest.ini_options]
6060
addopts = "-v"
6161
testpaths = ["tests"]
62+
asyncio_mode = "auto"
6263

6364
[project.optional-dependencies]
6465
pydantic = ["pydantic>=2.0,<3.0"]

tests/public/__snapshots__/test_async_ignore_field_snapshot.actual.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"meta": {
3-
"timestamp": "2025-10-25T136608Z"
3+
"timestamp": "2025-10-25T138451Z"
44
},
55
"user": {
66
"id": 10,

tests/pytest.ini

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

0 commit comments

Comments
 (0)