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 ae2276b commit 8bfe793Copy full SHA for 8bfe793
1 file changed
noxfile.py
@@ -66,10 +66,6 @@ def tests(session: nox.Session) -> None:
66
session.run("coverage", "combine", env=env)
67
session.run("coverage", "report", env=env)
68
69
- # if sys.platform.startswith("win"):
70
- # with contextlib.closing(sqlite3.connect(coverage_file)) as con, con:
71
- # con.execute("UPDATE file SET path = REPLACE(path, '\\', '/')")
72
- # con.execute("DELETE FROM file WHERE SUBSTR(path, 2, 1) == ':'")
73
74
75
@nox.session(venv_backend="uv", default=False)
0 commit comments