Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions tests/integration/test_relocatable_cores.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import sys
from pathlib import Path

import pytest
from pytest import LogCaptureFixture

from pystack.engine import CoreFileAnalyzer
Expand All @@ -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:
Expand Down
Loading