Skip to content

Commit

Permalink
added back constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed May 9, 2024
1 parent a00066a commit 5f72cfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions testing/constraints-3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ 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
1 change: 0 additions & 1 deletion tests/system/data/test_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ async def _create_row_and_mutation(
return row_key, mutation


@pytest.mark.usefixtures("table")
@pytest_asyncio.fixture(scope="function")
async def temp_rows(table):
builder = TempRowBuilder(table)
Expand Down

0 comments on commit 5f72cfe

Please sign in to comment.