Skip to content

Commit f624f4b

Browse files
committed
fix: install test_utils during system tests
1 parent b722881 commit f624f4b

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
@@ -113,6 +113,7 @@ def system(session):
113113
session.install("mock", "pytest")
114114

115115
session.install("-e", ".")
116+
session.install("-e", "test_utils")
116117

117118
# Run py.test against the system tests.
118119
if system_test_exists:

0 commit comments

Comments
 (0)