Skip to content

Commit

Permalink
Forbid pydantic>2 in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasmarnold committed Oct 24, 2023
1 parent 2cfa946 commit 86c4622
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ napari.manifest =
[options.extras_require]
testing =
coverage
pydantic<2
pytest
pytest-cov
pytest-qt
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ passenv =
XAUTHORITY
NUMPY_EXPERIMENTAL_ARRAY_FUNCTION
PYVISTA_OFF_SCREEN
deps =
deps =
pydantic<2
pytest # https://docs.pytest.org/en/latest/contents.html
pytest-cov # https://pytest-cov.readthedocs.io/en/latest/
pytest-qt
Expand Down

0 comments on commit 86c4622

Please sign in to comment.