diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c30cfe..08862b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: run: python -m pip install .[test] - name: Test package run: | - python -m pytest -vv tests --reruns 10 --reruns-delay 30 --only-rerun "(?i)OSError|timeout|expired|connection|socket" + python -m pytest -vv tests --reruns 10 --reruns-delay 30 --only-rerun "(?i)OSError|FileNotFoundError|timeout|expired|connection|socket" - name: Run fsspec-xrootd tests from uproot latest release run: | @@ -75,7 +75,7 @@ jobs: python -m pip install ./uproot[test] # Install xrootd-fsspec again because it may have been overwritten by uproot python -m pip install .[test] - python -m pytest -vv -k "xrootd" uproot/tests --reruns 10 --reruns-delay 30 --only-rerun "(?i)OSError|timeout|expired|connection|socket" + python -m pytest -vv -k "xrootd" uproot/tests --reruns 10 --reruns-delay 30 --only-rerun "(?i)OSError|FileNotFoundError|timeout|expired|connection|socket" dist: name: Distribution build