Skip to content

Commit

Permalink
chore: deletes redundant test_utils dir (#26)
Browse files Browse the repository at this point in the history
* chore: deletes redundant test_utils dir

* chore: use published test_utils package

Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
  • Loading branch information
danoscarmike and busunkim96 authored Apr 28, 2020
1 parent 5a78859 commit 2f38fba
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 1,317 deletions.
3 changes: 1 addition & 2 deletions packages/google-cloud-automl/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,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+https://github.com/googleapis/python-test-utils")
session.install("mock", "pytest", "google-cloud-testutils")
session.install("-e", ".[pandas,storage]")

# Run py.test against the system tests.
Expand Down
49 changes: 0 additions & 49 deletions packages/google-cloud-automl/test_utils/credentials.json.enc

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 2f38fba

Please sign in to comment.