Skip to content

Commit fef21f0

Browse files
1 parent 68c6ccc commit fef21f0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

noxfile.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,6 @@ def default(session, tests_path):
170170
)
171171
install_unittest_dependencies(session, "-c", constraints_path)
172172

173-
# list installed packages
174-
session.run("python", "-m", "pip", "list")
175-
176173
# Run py.test against the unit tests.
177174
session.run(
178175
"py.test",

0 commit comments

Comments
 (0)