From 25d4df5e542641dec1a2e3c603397207b0cad408 Mon Sep 17 00:00:00 2001 From: Chris Mutel Date: Sun, 12 May 2024 06:07:05 -0400 Subject: [PATCH] Fix skipif --- tests/test_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_main.py b/tests/test_main.py index 5ebe550..5ae759f 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -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):