Skip to content

Commit

Permalink
moved constraint into SYSTEM_TEST_EXTERNAL_DEPENDENCIES
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed May 10, 2024
1 parent 5f72cfe commit 731e47b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"google-cloud-testutils",
]
SYSTEM_TEST_EXTERNAL_DEPENDENCIES: List[str] = [
"pytest-asyncio",
"pytest-asyncio==0.21.2",
]
SYSTEM_TEST_LOCAL_DEPENDENCIES: List[str] = []
SYSTEM_TEST_DEPENDENCIES: List[str] = []
Expand Down
2 changes: 1 addition & 1 deletion owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def get_staging_dirs(
microgenerator=True,
cov_level=99,
system_test_external_dependencies=[
"pytest-asyncio",
"pytest-asyncio==0.21.2",
],
)

Expand Down
5 changes: 0 additions & 5 deletions testing/constraints-3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,3 @@ grpc-google-iam-v1==0.12.4
proto-plus==1.22.0
libcst==0.2.5
protobuf==3.19.5

# pin pytest-asyncio to give control over event loop
# https://pytest-asyncio.readthedocs.io/en/latest/reference/changelog.html#known-issues
pytest-asyncio==0.21.2
pytest==8.1.2

0 comments on commit 731e47b

Please sign in to comment.