Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
fix: VCS install with https
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Apr 14, 2020
1 parent 9852b1a commit 6efaa56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Expand Up @@ -111,7 +111,7 @@ def system(session):
# Install all test dependencies, then install this package into the
# virtualenv's dist-packages.
session.install("mock", "pytest")
session.install("git+git@github.com:googleapis/python-test-utils")
session.install("git+https://github.com:googleapis/python-test-utils")
session.install("-e", ".")

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

0 comments on commit 6efaa56

Please sign in to comment.