9 - '!yt_dlp/extractor/*.py'
10 - yt_dlp/extractor/__init__.py
11 - yt_dlp/extractor/common.py
12 - yt_dlp/extractor/extractors.py
19 - '!yt_dlp/extractor/*.py'
20 - yt_dlp/extractor/__init__.py
21 - yt_dlp/extractor/common.py
22 - yt_dlp/extractor/extractors.py
27 group: core-${{ github.event.pull_request.number || github.ref }}
28 cancel-in-progress: ${{ github.event_name == 'pull_request' }}
33 if: "!contains(github.event.head_commit.message, 'ci skip')"
34 runs-on: ${{ matrix.os }}
39 # CPython 3.9 is in quick-test
40 python-version: ['3.10', '3.11', '3.12', '3.13', pypy-3.10]
42 # atleast one of each CPython/PyPy tests must be in windows
46 python-version: '3.10'
48 python-version: '3.12'
50 python-version: '3.13'
52 python-version: pypy-3.10
54 - uses: actions/checkout@v4
55 - name: Set up Python ${{ matrix.python-version }}
56 uses: actions/setup-python@v5
58 python-version: ${{ matrix.python-version }}
59 - name: Install test requirements
60 run: python3 ./devscripts/install_deps.py --include test --include curl-cffi
63 continue-on-error: False
65 python3 -m yt_dlp -v || true # Print debug head
66 python3 ./devscripts/run_tests.py --pytest-args '--reruns 2 --reruns-delay 3.0' core