]> jfr.im git - yt-dlp.git/blobdiff - .github/workflows/core.yml
[test] Use `pytest` instead of `nosetests` (#482)
[yt-dlp.git] / .github / workflows / core.yml
index be932275a2811b83a0bf052d538b95db746b57bc..f2d31c1342dd208ecfb23905807c392c96d80675 100644 (file)
@@ -23,11 +23,9 @@ jobs:
       uses: actions/setup-python@v2
       with:
         python-version: ${{ matrix.python-version }}
-    - name: Install nose
-      run: pip install nose
+    - name: Install pytest
+      run: pip install pytest
     - name: Run tests
       continue-on-error: False
-      env:
-        YTDL_TEST_SET: core
-      run: ./devscripts/run_tests.${{ matrix.run-tests-ext }}
+      run: ./devscripts/run_tests.${{ matrix.run-tests-ext }} core
   # Linter is in quick-test