1 parent de99423 commit 3de99d0Copy full SHA for 3de99d0
1 file changed
pyproject.toml
@@ -36,3 +36,11 @@ dev = [
36
"beautifulsoup4",
37
"tox",
38
]
39
+# This is an application, not a library: don't try to build/install it as an
40
+# importable package. `uv sync` just provisions a venv with the deps above.
41
+[tool.uv]
42
+package = false
43
+
44
+[tool.pytest.ini_options]
45
+asyncio_mode = "auto"
46
+testpaths = ["test"]
0 commit comments