Skip to content

Commit

Permalink
Fix skipif
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed May 12, 2024
1 parent 37a730c commit 25d4df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def check_b_database_matrices_aggregated(lca: LCA):
assert lca.biosphere_matrix[:, lca.dicts.activity[node.id]].sum() != 7


@pytest.skipif(
@pytest.mark.skipif(
sys.platform.startswith("win"), reason="Error on cleanup deleting tmpdir"
)
def test_convert_existing(background):
Expand Down

0 comments on commit 25d4df5

Please sign in to comment.