Skip to content

Commit

Permalink
Merge pull request #186 from altendky/ban_pyside2_5.15.2_for_now
Browse files Browse the repository at this point in the history
ban PySide2 == 5.15.2 due to signal instance equality check bug
  • Loading branch information
altendky authored Nov 26, 2020
2 parents fbc8221 + 22c4566 commit af3b6d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@
"pyqt5 >= 5.15.1",
"pyqt5-stubs",
],
"pyside2": ["pyside2"],
# != 5.15.2 for https://bugreports.qt.io/browse/PYSIDE-1431
"pyside2": ["pyside2 != 5.15.2"],
"testing": [pytest_trio],
},
entry_points={"console_scripts": ["qtrio = qtrio._cli:cli"]},
Expand Down

0 comments on commit af3b6d5

Please sign in to comment.