We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db3302 commit f71b8b5Copy full SHA for f71b8b5
setup.py
@@ -17,7 +17,13 @@
17
install_requires=["greenlet", "pytest>=2.3", "decorator"],
18
extras_require={
19
"dev": ["pre-commit", "black"],
20
- "pyside2": ["pyside2>=5.15.1", "qt5reactor>=0.6.2"],
+ "pyside2": [
21
+ # != 5.15.0 for:
22
+ # https://bugreports.qt.io/browse/PYSIDE-1317
23
+ # https://github.com/pytest-dev/pytest-twisted/pull/107#issuecomment-643679361
24
+ "pyside2 != 5.15.0",
25
+ "qt5reactor>=0.6.2",
26
+ ],
27
"pyqt5": ["pyqt5", "qt5reactor>=0.6.2"],
28
},
29
classifiers=[
0 commit comments