Skip to content

Commit

Permalink
reuse venv
Browse files Browse the repository at this point in the history
  • Loading branch information
damjankuznar committed Jul 25, 2023
1 parent 20549b8 commit 4c8ba57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 4c8ba57

Please sign in to comment.