Skip to content

Commit

Permalink
Update test_003_pastastore.py
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvonk committed Sep 30, 2024
1 parent db94b2b commit bd386f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_003_pastastore.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def test_solve_models_and_get_stats(request, pstore):
assert stats.index.size == 2


@pytest.mark.dependency()
@pytest.mark.dependency
def test_solve_models_parallel(request, pstore):
depends(request, [f"test_create_models[{pstore.type}]"])
_ = pstore.solve_models(
Expand Down

0 comments on commit bd386f1

Please sign in to comment.