File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 # files that import cv2. Pure-Python algorithms in computer_vision/ and
2626 # data_compression/ still run; digital_image_processing/ is almost entirely
2727 # cv2-based so it is skipped as a tree. Re-enable when a cp314t wheel ships.
28+ # --ignore-gil-enabled: some compiled deps (sklearn, xgboost, ...) don't
29+ # yet ship the Py_mod_gil slot, so importing them re-enables the GIL under
30+ # 3.14t. That's an upstream-wheel gap, not our code; the flag lets the suite
31+ # run anyway and pytest-run-parallel still reports which tests are not
32+ # thread-safe. Drop the flag once the scientific stack ships free-threaded wheels.
2833 run : uv run --with=pytest-run-parallel pytest
29- --iterations=8 --parallel-threads=auto
34+ --iterations=8 --parallel-threads=auto --ignore-gil-enabled
3035 --ignore=computer_vision/cnn_classification.py
3136 --ignore=computer_vision/flip_augmentation.py
3237 --ignore=computer_vision/harris_corner.py
You can’t perform that action at this time.
0 commit comments