Skip to content

Commit ec0bbd3

Browse files
committed
adds back in a pip freeze that was accidentally removed.
1 parent 7f520d8 commit ec0bbd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ def compliance(session):
437437
extras = "[tests]"
438438
session.install("-e", f".{extras}", "-c", constraints_path)
439439

440+
session.run("python", "-m", "pip", "freeze")
440441

441442
session.run(
442443
"py.test",

0 commit comments

Comments
 (0)