]> jfr.im git - yt-dlp.git/commitdiff
[ci] Run core tests with dependencies
authorbashonly <redacted>
Fri, 13 Oct 2023 23:02:06 +0000 (18:02 -0500)
committerbashonly <redacted>
Fri, 13 Oct 2023 23:02:06 +0000 (18:02 -0500)
Authored by: bashonly, coletdjnz

.github/workflows/core.yml
devscripts/make_changelog.py

index 7fcf11dfa2a23f86c31988b50aeb1909dd13cd77..7acaee1e83eeb334f712648f7c601b0a30341da8 100644 (file)
@@ -33,7 +33,7 @@ jobs:
       with:
         python-version: ${{ matrix.python-version }}
     - name: Install pytest
-      run: pip install pytest
+      run: pip install pytest -r requirements.txt
     - name: Run tests
       continue-on-error: False
       run: |
index 9ff65db1467de3c4118d34cee218114afa3bb30a..d0e893e581124c022b25a94df6e4fe067f42ae1d 100644 (file)
@@ -56,6 +56,7 @@ def subgroup_lookup(cls):
                 },
                 cls.MISC: {
                     'build',
+                    'ci',
                     'cleanup',
                     'devscripts',
                     'docs',