Skip to content

Commit

Permalink
Ignore shelve2json test on Windows
Browse files Browse the repository at this point in the history
shelve.open is failing on Windows with an internal traceback. This
utility is so little used, not going to worry about it and move on.
  • Loading branch information
brainsik committed Aug 13, 2024
1 parent b463ede commit 1d0b17d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,5 @@ jobs:
run: pytest

- name: Test shelve2json
if: ${{ matrix.os != 'windows-latest' }} # shelve.open has an internal traceback on Windows
run: sh tests/test_shelve2json.sh

0 comments on commit 1d0b17d

Please sign in to comment.