Skip to content

Commit 8bfe793

Browse files
committed
Update noxfile.py
1 parent ae2276b commit 8bfe793

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

noxfile.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ def tests(session: nox.Session) -> None:
6666
session.run("coverage", "combine", env=env)
6767
session.run("coverage", "report", env=env)
6868

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) == ':'")
7369

7470

7571
@nox.session(venv_backend="uv", default=False)

0 commit comments

Comments
 (0)