diff --git a/tests/integration/test_relocatable_cores.py b/tests/integration/test_relocatable_cores.py index 4fc25d63..d4a1d768 100644 --- a/tests/integration/test_relocatable_cores.py +++ b/tests/integration/test_relocatable_cores.py @@ -3,7 +3,6 @@ import sys from pathlib import Path -import pytest from pytest import LogCaptureFixture from pystack.engine import CoreFileAnalyzer @@ -18,10 +17,6 @@ TEST_MULTIPLE_THREADS_FILE = Path(__file__).parent / "multiple_thread_program.py" -@pytest.mark.skipif( - sys.version_info > (3, 13), - reason="PyInstaller doesn't support Python 3.13 yet", -) def test_single_thread_stack_for_relocated_core( tmpdir: Path, caplog: LogCaptureFixture ) -> None: