Skip to content

Commit

Permalink
chore: remove local test_utils directory (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
plamut committed Apr 30, 2020
1 parent deb68ff commit e2ddc2e
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 1,318 deletions.
6 changes: 3 additions & 3 deletions noxfile.py
Expand Up @@ -34,7 +34,7 @@ def default(session):
# Install all test dependencies, then install local packages in-place.
session.install("mock", "pytest", "pytest-cov", "freezegun")
session.install("grpcio")
session.install("-e", "test_utils")
session.install("git+https://github.com/googleapis/python-test-utils")

# fastparquet is not included in .[all] because, in general, it's redundant
# with pyarrow. We still want to run some unit tests with fastparquet
Expand Down Expand Up @@ -83,7 +83,7 @@ def system(session):
session.install("mock", "pytest", "psutil")
session.install("google-cloud-storage")
session.install("fastavro")
session.install("-e", "test_utils")
session.install("git+https://github.com/googleapis/python-test-utils")
session.install("-e", ".[all]")

# IPython does not support Python 2 after version 5.x
Expand All @@ -110,7 +110,7 @@ def snippets(session):
session.install("mock", "pytest")
session.install("google-cloud-storage")
session.install("grpcio")
session.install("-e", "test_utils")
session.install("git+https://github.com/googleapis/python-test-utils")
session.install("-e", ".[all]")

# Run py.test against the snippets 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 e2ddc2e

Please sign in to comment.