Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore: replace local 'test_utils' w/ PyPI version #146

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 12, 2021
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