From ce52c19d04003fa763e9751a331d423e654b28f9 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 11 Apr 2023 14:30:50 +0200 Subject: ci: no debug --- .github/workflows/ci.yml | 1 - tox.ini | 1 - 2 files changed, 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 diff --git a/tox.ini b/tox.ini index 5d47d0c47..db348ce3d 100644 --- a/tox.ini +++ b/tox.ini @@ -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 -- cgit v1.2.3-54-g00ecf