Skip to content

Commit 34a1c7c

Browse files
committed
Update noxfile
1 parent 0c98e56 commit 34a1c7c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

noxfile.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ def _run_tests(
105105
def tests(session: nox.Session) -> None:
106106
"""Run the test suite."""
107107
_run_tests(session)
108-
if os.environ.get("CI"):
109-
_cleanup(session)
110108

111109

112110
@nox.session(reuse_venv=True, venv_backend="uv", python=PYTHON_ALL_VERSIONS)
@@ -120,8 +118,6 @@ def minimums(session: nox.Session) -> None:
120118
)
121119
env = {"UV_PROJECT_ENVIRONMENT": session.virtualenv.location}
122120
session.run("uv", "tree", "--frozen", env=env)
123-
if os.environ.get("CI"):
124-
_cleanup(session)
125121

126122

127123
@nox.session(reuse_venv=True)

0 commit comments

Comments
 (0)