浏览代码

Use pytest-qt<4 to support pyqt<5.11

Kentaro Wada 3 年之前
父节点
当前提交
5a487f8abe
共有 1 个文件被更改,包括 1 次插入1 次删除
  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}