Skip to content

Commit 098c418

Browse files
authored
test: use google-cloud-testutils (#25)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-asset/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕
1 parent dbc8da9 commit 098c418

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/google-cloud-asset/noxfile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ def system(session):
110110

111111
# Install all test dependencies, then install this package into the
112112
# virtualenv's dist-packages.
113-
session.install("mock", "pytest")
114-
session.install("git+https://github.com/googleapis/python-test-utils")
113+
session.install("mock", "pytest", "google-cloud-testutils")
115114

116115
session.install("-e", ".")
117116

0 commit comments

Comments
 (0)