Skip to content
Closed
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
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ jobs:
clang_TSAN:
runs-on: ubuntu-24.04
container: ghcr.io/nascheme/numpy-tsan:3.14t
container: ghcr.io/nascheme/numpy-tsan:3.15t-dev
steps:
- uses: actions/checkout@v4

Expand All @@ -547,7 +547,6 @@ jobs:
- name: run tests under pytest-run-parallel
run: |
TSAN_OPTIONS="suppressions=$PWD/suppressions_free_threading.txt" \
python -m pytest --parallel-threads=4 --skip-thread-unsafe=True -sv
check:
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,7 @@ Download = "https://github.com/python-cffi/cffi/releases"
Contact = "https://groups.google.com/forum/#!forum/python-cffi"
"Source Code" = "https://github.com/python-cffi/cffi"
"Issue Tracker" = "https://github.com/python-cffi/cffi/issues"

[pytest]
faulthandler_timeout = 600
faulthandler_exit_on_timeout = true
52 changes: 0 additions & 52 deletions suppressions_free_threading.txt

This file was deleted.

Loading