We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e33b086 commit faae3faCopy full SHA for faae3fa
pyproject.toml
@@ -19,6 +19,7 @@ classifiers = [
19
]
20
requires-python = ">=3.8"
21
dependencies = [
22
+ "pydantic >= 2",
23
24
dynamic = ["version"]
25
pytest.ini
@@ -1,5 +1,5 @@
1
[pytest]
2
-norecursedirs=dist build .tox .eggs
+norecursedirs=dist build .tox .eggs fixtures
3
addopts=
4
--doctest-modules
5
--import-mode importlib
tests/conftest.py
tox.ini
@@ -4,7 +4,7 @@ deps =
setenv =
PYTHONWARNDEFAULTENCODING = 1
6
commands =
7
- pytest {posargs}
+ pytest {posargs} tests
8
usedevelop = True
9
extras =
10
testing
0 commit comments