Skip to content

Commit ba1c3ea

Browse files
authored
Update noxfile.py
1 parent a8acd57 commit ba1c3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def pypy(session: nox.Session) -> None:
6767

6868

6969
# Python-3.12 provides coverage info faster
70-
@nox.session(python="3.12", venv_backend="uv", reuse_venv=True)
70+
@nox.session(python="3.12", venv_backend="conda", reuse_venv=True)
7171
def cov(session: nox.Session) -> None:
7272
"""Run covage and place in 'htmlcov' directory."""
7373
session.install("--only-binary=:all:", "-e.[test,doc]")

0 commit comments

Comments
 (0)