From 1825c814182e2002409a18e3a20f000db1fa6b11 Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Thu, 28 Nov 2024 11:16:00 +0000 Subject: [PATCH] Revert skipping test --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 818842be..82660d80 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -177,7 +177,7 @@ jobs: - name: Run test suite run: | - pytest --pyargs rsciio --reruns 3 -n ${{ steps.cpus.outputs.count }} --cov=. --cov-report=xml -vvv -k "not test_unsupported_extension" + pytest --pyargs rsciio --reruns 3 -n ${{ steps.cpus.outputs.count }} --cov=. --cov-report=xml -vvv - name: Upload coverage to Codecov if: ${{ always() }}