Skip to content
Merged
Show file tree
Hide file tree
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: 4 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,9 @@ jobs:
python \
python-pip \
python-setuptools \
python-wheel
python-wheel \
elfutils \
debuginfod
- uses: actions/download-artifact@v4
with:
name: "manylinux_x86_64-wheels"
Expand All @@ -253,6 +255,7 @@ jobs:
- name: Run pytest
env:
PYTHON_TEST_VERSION: "auto"
DEBUGINFOD_URLS: "https://debuginfod.archlinux.org"
run: venv/bin/python -m pytest tests -k 'not 2.7' -n auto -vvv

test_wheels_in_debian:
Expand Down
1 change: 0 additions & 1 deletion src/pystack/traceback_formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,3 @@ def _format_merged_stacks(
raise ValueError(
f"Invalid frame type: {frame_type(frame, thread.python_version)}"
)
return current_frame