Skip to content

Commit

Permalink
ci: oops
Browse files Browse the repository at this point in the history
  • Loading branch information
zhudotexe committed Jun 22, 2021
1 parent cdbb580 commit e863aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


@pytest.fixture(autouse=True, scope="function")
async def global_fixture():
def global_fixture():
"""Seed each individual test with the same seed, so that different runs of the same test are deterministic"""
random.seed(42)
yield

0 comments on commit e863aa0

Please sign in to comment.