Navigation Menu

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

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 committed Apr 28, 2020
1 parent 7391fe1 commit 29e3bfb
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 1,317 deletions.
3 changes: 1 addition & 2 deletions noxfile.py
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 test_utils/credentials.json.enc

This file was deleted.

64 changes: 0 additions & 64 deletions test_utils/scripts/circleci/get_tagged_package.py

This file was deleted.

36 changes: 0 additions & 36 deletions test_utils/scripts/circleci/twine_upload.sh

This file was deleted.

0 comments on commit 29e3bfb

Please sign in to comment.