Prechádzať zdrojové kódy

drop unittest running from wheel

Jelmer Vernooij 9 mesiacov pred
rodič
commit
22c497a5aa

+ 1 - 6
.github/workflows/python-distributions.yml

@@ -27,12 +27,7 @@ jobs:
       - name: Install dependencies
         run: |
           python -m pip install --upgrade pip
-          pip install setuptools wheel fastimport paramiko urllib3 cibuildwheel setuptools-rust
-      - name: Install gpg on supported platforms
-        run: pip install -U gpg
-        if: "matrix.os != 'windows-latest'"
-      - name: Run test suite
-        run: python -m unittest tests.test_suite
+          pip install setuptools wheel cibuildwheel setuptools-rust
       - name: Set up QEMU
         uses: docker/setup-qemu-action@v3
         if: "matrix.os == 'ubuntu-latest'"