Skip to content

Commit 04fb617

Browse files
authored
Revert a formatting change in test_runbigscape.py
1 parent 592af10 commit 04fb617

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/unit/genomics/test_runbigscape.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ def test_run_bigscape(tmp_path, version):
1717
assert result is True
1818

1919

20-
@pytest.mark.skipif(
21-
os.getenv("GITHUB_ACTIONS") == "true", reason="The test is time-consuming on CI"
22-
)
20+
@pytest.mark.skipif(os.getenv("GITHUB_ACTIONS") == "true", reason="The test is time-consuming on CI")
2321
@pytest.mark.parametrize("version", [1, 2])
2422
def test_run_bigscape_small_dataset(tmp_path, version):
2523
result = bigscape.run_bigscape(

0 commit comments

Comments
 (0)