From 7176f34dcaa67ac640880fe9ac62479d5ff5f909 Mon Sep 17 00:00:00 2001 From: Titusz Pan Date: Sat, 19 Oct 2024 18:27:43 +0200 Subject: [PATCH] Re-enable test for binary extension check --- tests/test_check.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_check.py b/tests/test_check.py index 773eccc..902c158 100644 --- a/tests/test_check.py +++ b/tests/test_check.py @@ -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