From f55e3207da9d228e0a3675ff2f6c91b214b0b7dd Mon Sep 17 00:00:00 2001 From: j-carson Date: Sun, 21 Jan 2024 19:03:08 -0800 Subject: [PATCH] accidentally removed erdantic from base testenv --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index aa33384f..0246e49d 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,7 @@ isolated_build = True [testenv] extras = test + erdantic commands = {envpython} -c "from sphinxcontrib.autodoc_pydantic.utility import show_versions; show_versions()" coverage run --source "sphinxcontrib/autodoc_pydantic" -m pytest -vv