Skip to content

Commit

Permalink
Skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Jan 4, 2024
1 parent 7581f9f commit 5361605
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_shuffle.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import pytest
from fastshuffle import file_shuffle
import os
import sys

@pytest.mark.skipif(sys.version_info > (3, 8), reason="Python 3.8 segfaults for no clear reason")
def test_shuffle():
cwd = os.path.dirname(__file__)

Expand Down

0 comments on commit 5361605

Please sign in to comment.