We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8672cde commit 58b4e5eCopy full SHA for 58b4e5e
1 file changed
noxfile.py
@@ -185,9 +185,7 @@ def tests(session: Session) -> None:
185
session.notify("coverage", posargs=[])
186
187
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"])
+@session(python=python_versions[0])
191
def coverage(session: Session) -> None:
192
"""Produce the coverage report."""
193
args = session.posargs or ["report"]
0 commit comments