Quellcode durchsuchen

Use pytest-qt<4 to support pyqt<5.11

Kentaro Wada vor 3 Jahren
Ursprung
Commit
5a487f8abe
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -73,7 +73,7 @@ jobs:
         if [ "${{ matrix.os }}" != "windows-latest" ]; then
           conda install -q -y help2man
         fi
-        pip install hacking pytest pytest-qt
+        pip install hacking pytest 'pytest-qt<4'
 
     - name: Install main
       shell: bash -l {0}