We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c98e56 commit 34a1c7cCopy full SHA for 34a1c7c
noxfile.py
@@ -105,8 +105,6 @@ def _run_tests(
105
def tests(session: nox.Session) -> None:
106
"""Run the test suite."""
107
_run_tests(session)
108
- if os.environ.get("CI"):
109
- _cleanup(session)
110
111
112
@nox.session(reuse_venv=True, venv_backend="uv", python=PYTHON_ALL_VERSIONS)
@@ -120,8 +118,6 @@ def minimums(session: nox.Session) -> None:
120
118
)
121
119
env = {"UV_PROJECT_ENVIRONMENT": session.virtualenv.location}
122
session.run("uv", "tree", "--frozen", env=env)
123
124
125
126
127
@nox.session(reuse_venv=True)
0 commit comments