diff options
author | Florian Bruhin <me@the-compiler.org> | 2023-04-11 14:30:50 +0200 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2023-04-11 14:30:50 +0200 |
commit | ce52c19d04003fa763e9751a331d423e654b28f9 (patch) | |
tree | a7cdf72058bb08285278f16ae9a646f20fc64a33 | |
parent | d26f2823a08ce13fc92dc8aaef56deab49e4a85e (diff) | |
download | qutebrowser-ce52c19d04003fa763e9751a331d423e654b28f9.tar.gz qutebrowser-ce52c19d04003fa763e9751a331d423e654b28f9.zip |
ci: no debugqt65
-rw-r--r-- | .github/workflows/ci.yml | 1 | ||||
-rw-r--r-- | tox.ini | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 887d48857..83c7988ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,7 +131,6 @@ jobs: - testenv: py311-pyqt65 os: ubuntu-22.04 python: 3.11 - args: "-sv" runs-on: "${{ matrix.os }}" steps: - uses: actions/checkout@v3 @@ -11,7 +11,6 @@ minversion = 3.20 [testenv] setenv = - QT_DEBUG_PLUGINS=1 PYTEST_QT_API=pyqt5 QUTE_QT_WRAPPER=PyQt5 pyqt{62,63,64,65}: PYTEST_QT_API=pyqt6 |