nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git a/pyproject.toml b/pyproject.toml
2index 3e170b4..e2c6c77 100644
3--- a/pyproject.toml
4+++ b/pyproject.toml
5@@ -183,9 +183,6 @@ parallel = true
6 concurrency = ["thread", "greenlet"]
7 source = ["starlette_admin", "tests"]
8
9-[tool.pytest]
10-asyncio_mode = "auto"
11-
12 [tool.pytest.ini_options]
13 asyncio_mode="auto"
14 asyncio_default_fixture_loop_scope="function"