Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

TST: add timeouts for github actions tests and wheel builds. #27899

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
TST: install pytest-timeout in sanitizer and qemu runs
  • Loading branch information
ngoldbaum committed Dec 6, 2024
commit 2518da5562cd01c4ad0b72b526c3e0255771b223
2 changes: 1 addition & 1 deletion 2 .github/workflows/linux_compiler_sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
env:
TERM: xterm-256color
run: |
pip install pytest pytest-xdist hypothesis typing_extensions
pip install pytest pytest-xdist hypothesis typing_extensions pytest-timeout
ASAN_OPTIONS=detect_leaks=0:symbolize=1:strict_init_order=true:allocator_may_return_null=1:halt_on_error=1 \
UBSAN_OPTIONS=halt_on_error=0 \
LD_PRELOAD=$(clang --print-file-name=libclang_rt.asan-x86_64.so) \
Expand Down
2 changes: 1 addition & 1 deletion 2 .github/workflows/linux_qemu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
# No need to build ninja from source, the host ninja is used for the build
grep -v ninja /numpy/requirements/build_requirements.txt > /tmp/build_requirements.txt &&
python -m pip install -r /tmp/build_requirements.txt &&
python -m pip install pytest pytest-xdist hypothesis typing_extensions &&
python -m pip install pytest pytest-xdist hypothesis typing_extensions pytest-timeout &&
rm -f /usr/local/bin/ninja && mkdir -p /usr/local/bin && ln -s /host/usr/bin/ninja /usr/local/bin/ninja
"
docker commit the_container the_container
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.