Skip to content

Commit

Permalink
feat: installs test utils from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
danoscarmike committed Apr 7, 2020
1 parent 63f3112 commit f2db27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def system(session):
# virtualenv's dist-packages.
session.install("mock", "pytest")

session.install("-e", "test_utils")
session.install("git+https://github.com/danoscarmike/python-test-utils@danom-dev")
session.install("-e", ".")

# Run py.test against the system tests.
Expand Down

0 comments on commit f2db27e

Please sign in to comment.