Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed May 9, 2023
1 parent 4b1c7f4 commit 2cbc9dc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ Running System Tests

- You'll also need stored data in your dataset. To populate this data, run::

$ export SYSTEM_TESTS_DATABASE=system-tests-named-db
$ python tests/system/utils/populate_datastore.py

- If you make a mistake during development (i.e. a failing test that
Expand Down
2 changes: 0 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,6 @@ def system(session, disable_grpc, use_named_db):
# Install pyopenssl for mTLS testing.
if os.environ.get("GOOGLE_API_USE_CLIENT_CERTIFICATE", "false") == "true":
session.install("pyopenssl")
if use_named_db and os.environ.get("RUN_NAMED_DB_TESTS", "false") == "false":
session.skip("RUN_NAMED_DB_TESTS is set to false, skipping")

system_test_exists = os.path.exists(system_test_path)
system_test_folder_exists = os.path.exists(system_test_folder_path)
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@ def _make_stub_query(
projection=projection,
order=order,
distinct_on=distinct_on,
database=database
database=database,
)
return query

Expand Down

0 comments on commit 2cbc9dc

Please sign in to comment.