From 3462695abe23321c26ec6696a814487d9e9a0657 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sun, 19 Apr 2026 09:40:45 +0200 Subject: [PATCH] test/hfs: remove, not supported on Ubuntu image --- .github/workflows/test.yml | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0c7eef1f..337bb135 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -103,28 +103,6 @@ jobs: - name: Test with newest Python on latest Ubuntu using NTFS run: tox -c pyproject.toml -e py_filesystem_ntfs - test-ubuntu-python-newest-with-hfsp: - name: Test HFS+ Python:newest Ubuntu:latest - needs: [lint, test-ubuntu-python-newest] - strategy: - matrix: - os: [ubuntu-latest] - python-version: ['3.14'] - runs-on: ${{ matrix.os }} - steps: - - uses: actions/checkout@v5 - - uses: actions/setup-python@v6 - with: - python-version: ${{ matrix.python-version }} - - name: Install hfsprogs - run: | - sudo apt-get update - sudo apt-get install -y hfsprogs - - name: Install Test dependencies - run: pip install tox - - name: Test with newest Python on latest Ubuntu using HFS+ - run: tox -c pyproject.toml -e py_filesystem_hfsplus - test-python-32bit: name: Test 32-bit Python:3.11 Ubuntu:latest needs: [lint, test-ubuntu-python-newest, integ-test, test-ubuntu-python-newest-with-passlib] @@ -185,7 +163,7 @@ jobs: test-otheros-python-newest: name: Test MacOS/Windows:latest Python:newest - needs: [lint, test-ubuntu-python-newest, test-ubuntu-python-newest-with-ntfs, test-ubuntu-python-newest-with-hfsp, test-ubuntu-python-newest-with-vfat] + needs: [lint, test-ubuntu-python-newest, test-ubuntu-python-newest-with-ntfs, test-ubuntu-python-newest-with-vfat] strategy: matrix: os: [macos-latest, windows-latest]