8000 chore: replace local 'test_utils' w/ PyPI version by tseaver · Pull Request #146 · googleapis/python-error-reporting · GitHub
[go: up one dir, main page]

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
2 changes: 0 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ def system(session):
# Install all test dependencies, then install this package into the
# virtualenv's dist-packages.
session.install("mock", "pytest", "google-cloud-testutils", "-c", constraints_path)
session.install("-e", "test_utils", "-c", constraints_path)

session.install("-e", ".", "-c", constraints_path)

# Run py.test against the system tests.
Expand Down
1 change: 0 additions & 1 deletion owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
templated_files = common.py_library(
samples=True, # set to True only if there are samples
microgenerator=True,
system_test_dependencies=["test_utils"],
cov_level=98,
)
s.move(templated_files, excludes=[".coveragerc"]) # microgenerator has a good .coveragerc file
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
0