Unverified Commit 8a294d53 authored by ajs124's avatar ajs124 Committed by GitHub
Browse files

Merge pull request #248003 from matthiasbeyer/update-qtpy

qtpy: pyside -> pyside2
parents ad454d63 7f9cee66
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

# tests
, pyqt5
, pyside
, pyside2
, pytestCheckHook
}:

@@ -30,7 +30,7 @@ buildPythonPackage rec {

  doCheck = false; # ModuleNotFoundError: No module named 'PyQt5.QtConnectivity'
  nativeCheckInputs = [
    pyside
    pyside2
    (pyqt5.override {
      withConnectivity = true;
      withMultimedia = true;