Skip to content

Commit 3c63aaa

Browse files
authored
fix(tests): mark test_download_and_unzip flaky (#11)
1 parent 0bb3190 commit 3c63aaa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modflow_devtools/test/test_download.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
import pytest
2+
from flaky import flaky
23
from modflow_devtools.download import download_and_unzip
34
from modflow_devtools.markers import requires_github
45

56

7+
@flaky
68
@requires_github
79
@pytest.mark.parametrize("delete_zip", [True, False])
810
def test_download_and_unzip(function_tmpdir, delete_zip):

0 commit comments

Comments
 (0)