Skip to content

Commit f9fe89a

Browse files
committed
fix: noxfile exclude
1 parent 5a13747 commit f9fe89a

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

114114
session.install("-e", ".")
115+
session.install("-e", "test_utils/")
115116

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

0 commit comments

Comments
 (0)