Skip to content

Commit a6395b5

Browse files
committed
remove compiled_dir from nox
1 parent 3bd33cb commit a6395b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def test(session):
121121
"mypy ~= 1.15.0",
122122
"pylint == 3.3.7",
123123
)
124-
session.run("mypy", *map(str, src_dirs), str(compiled_dir))
124+
session.run("mypy", *map(str, src_dirs))
125125
session.run("pylint", *map(str, src_dirs), env={"PYTHONPATH": str(compiled_dir)})
126126

127127
# Publish coverage statistics. This also has to be run from the test session to access the coverage files.

0 commit comments

Comments
 (0)