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
4 changes: 2 additions & 2 deletions continuous_integration/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi
python -m threadpoolctl -i numpy scipy.linalg tests._openmp_test_helper.openmp_helpers_inner

# Introspect API scope:
PYTHONPATH=. python tests/empirical_scope_observation.py blas
PYTHONPATH=. python tests/empirical_scope_observation.py openmp
PYTHONPATH=. python -X faulthandler tests/empirical_scope_observation.py blas
PYTHONPATH=. python -X faulthandler tests/empirical_scope_observation.py openmp

pytest -vlrxXs -W error -k "$TESTS" --junitxml=test_result.xml --cov=threadpoolctl --cov-report xml
Loading