Skip to content

Commit

Permalink
chore: blacken (via synth) (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored May 28, 2020
1 parent 9349c0c commit 38d0d35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-org-policy/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,12 @@ def system(session):
session.run("py.test", "--verbose", system_test_folder_path, *session.posargs)


@nox.session(python=["2.7", "3.5", "3.6", "3.7", "3.8"])
@nox.parametrize(
"library",
["python-asset"],
ids=["asset"],
)
@nox.session(python=["2.7", "3.5", "3.6", "3.7", "3.8"])
def test(session, library):
"""Run tests from a downstream libraries.
To verify that any changes we make here will not break downstream libraries, clone
Expand Down
6 changes: 2 additions & 4 deletions packages/google-cloud-org-policy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
# 'Development Status :: 4 - Beta'
# 'Development Status :: 5 - Production/Stable'
release_status = "Development Status :: 4 - Beta"
dependencies = [
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
]
dependencies = ["google-api-core[grpc] >= 1.14.0, < 2.0.0dev"]

# Setup boilerplate below this line.

Expand Down Expand Up @@ -79,4 +77,4 @@
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*",
include_package_data=True,
zip_safe=False,
)
)
4 changes: 2 additions & 2 deletions packages/google-cloud-org-policy/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{
"git": {
"name": ".",
"remote": "git@github.com:googleapis/python-org-policy.git",
"sha": "316d35f8985e2239acdce078aec24780bebdd14e"
"remote": "https://github.com/googleapis/python-org-policy.git",
"sha": "8ca951559161e00421e4e6f05ac62ec6d1c781b0"
}
},
{
Expand Down

0 comments on commit 38d0d35

Please sign in to comment.