Skip to content

Commit

Permalink
Upgraded tests. Replaced fixtures with 'session' with empty once. Thi…
Browse files Browse the repository at this point in the history
…s is explained by failed tests with caching 'session' fixtures
  • Loading branch information
vanoha01 committed Jul 13, 2023
1 parent 1578e19 commit c64d34d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def setup_sampler(request):
return Sampler(1e-1)


@fixture(scope='session')
@fixture
def setup_rand() -> Random:
return Random(231)

Expand All @@ -53,7 +53,7 @@ def setup_landscape_many_holders():
])


@fixture(scope='session')
@fixture
def setup_simple_synthetic(setup_rand) -> SimpleSynthetic:
return SimpleSynthetic(setup_rand)

Expand Down

0 comments on commit c64d34d

Please sign in to comment.