Skip to content

Commit

Permalink
Re-enable test for binary extension check
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Oct 19, 2024
1 parent 41a97c8 commit 7176f34
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_check.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# -*- coding: utf-8 -*-
import iscc_core as ic
import sys
import pytest


@pytest.mark.skipif(sys.version_info[:2] == (3, 12), reason="Needs investigation")
def test_check_turbo(turbo):
if turbo is False:
assert ic.turbo() is False
Expand Down

0 comments on commit 7176f34

Please sign in to comment.