Skip to content

Commit 58b4e5e

Browse files
committed
Remove manual clear from noxfile
1 parent 8672cde commit 58b4e5e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

noxfile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,7 @@ def tests(session: Session) -> None:
185185
session.notify("coverage", posargs=[])
186186

187187

188-
# We must pass `--clear` due to different session options during pipeline runs
189-
# https://github.com/TGSAI/mdio-python/blob/3d01a6d8c93cabeaeff1829599327ae83c7d6593/.github/workflows/tests.yml#L123-L130
190-
@session(python=python_versions[0], venv_params=["--clear"])
188+
@session(python=python_versions[0])
191189
def coverage(session: Session) -> None:
192190
"""Produce the coverage report."""
193191
args = session.posargs or ["report"]

0 commit comments

Comments
 (0)