Skip to content

Commit e2ddc2e

Browse files
authored
chore: remove local test_utils directory (#89)
1 parent deb68ff commit e2ddc2e

14 files changed

+3
-1318
lines changed

noxfile.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def default(session):
3434
# Install all test dependencies, then install local packages in-place.
3535
session.install("mock", "pytest", "pytest-cov", "freezegun")
3636
session.install("grpcio")
37-
session.install("-e", "test_utils")
37+
session.install("git+https://github.com/googleapis/python-test-utils")
3838

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

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

116116
# Run py.test against the snippets tests.

test_utils/credentials.json.enc

Lines changed: 0 additions & 49 deletions
This file was deleted.

test_utils/scripts/circleci/get_tagged_package.py

Lines changed: 0 additions & 64 deletions
This file was deleted.

test_utils/scripts/circleci/twine_upload.sh

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)