diff --git a/noxfile.py b/noxfile.py index 19a0738..e0ed87f 100644 --- a/noxfile.py +++ b/noxfile.py @@ -2,7 +2,7 @@ from nox import Session -@nox.session(python=["3.10", "3.11"]) +@nox.session(python=["3.10", "3.11"], reuse_venv=True) @nox.parametrize("pydantic", ["1.9.1", "2.0.3"]) def tests(session: Session, pydantic): session.install("poetry")