Skip to content

Commit

Permalink
chore: installs test_utils from common repo (#21)
Browse files Browse the repository at this point in the history
* chore: installs test_utils from common repo
* fix: indentation, link errors
* fix: pins sphinx<3.0.0

Refer #10327
  • Loading branch information
danoscarmike authored Apr 14, 2020
1 parent 770d24e commit 3a3e256
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 1,319 deletions.
3 changes: 1 addition & 2 deletions packages/google-cloud-asset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,7 @@
## 0.1.1

### Packaging
- Release as `google-cloud-asset`, rather than `google-cloud-cloudasset`.
(#5998)
- Release as `google-cloud-asset`, rather than `google-cloud-cloudasset` ([#5998](https://github.com/googleapis/google-cloud-python/pull/5998))

## 0.1.0

Expand Down
4 changes: 2 additions & 2 deletions packages/google-cloud-asset/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ def system(session):
# Install all test dependencies, then install this package into the
# virtualenv's dist-packages.
session.install("mock", "pytest")
session.install("git+https://github.com/googleapis/python-test-utils")

session.install("-e", "test_utils")
session.install("-e", ".")

# Run py.test against the system tests.
Expand Down Expand Up @@ -140,7 +140,7 @@ def docs(session):
"""Build the docs for this library."""

session.install("-e", ".")
session.install("sphinx", "alabaster", "recommonmark")
session.install("sphinx<3.0.0", "alabaster", "recommonmark")

shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
session.run(
Expand Down
49 changes: 0 additions & 49 deletions packages/google-cloud-asset/test_utils/credentials.json.enc

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 3a3e256

Please sign in to comment.