Skip to content

Commit e5d0358

Browse files
fix coverage reports
1 parent e6e6b28 commit e5d0358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def pytest_argv():
4646

4747
@nox.session(python=["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"])
4848
def test(session):
49-
session.install(".[dev]", env=INSTALL_ENV, silent=False)
49+
session.install("-e", ".[dev]", env=INSTALL_ENV, silent=False)
5050

5151
session.run(*pytest_argv(), *session.posargs)
5252

0 commit comments

Comments
 (0)