Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions noxfile.py
Original file line number Diff line number Diff line change
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.

Loading