Skip to content

Commit e5a8509

Browse files
committed
how about this for the hypothesis dep
1 parent a4f23dd commit e5a8509

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*',
1717
install_requires=["greenlet", "pytest>=2.3", "decorator"],
1818
extras_require={
19-
"dev": ["pre-commit", "black", "hypothesis"],
19+
"dev": ["pre-commit", "black"],
2020
"pyside2": [
2121
# >= 0.6.3 for PySide2 extra version constraints
2222
"qt5reactor[pyside2]>=0.6.3",

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ deps=
1111
greenlet
1212
pytest
1313
twisted
14+
hypothesis
1415
pyqt5reactor,pyside2reactor: pytest-qt
1516
pyqt5reactor,pyside2reactor: pytest-xvfb
1617
pyqt5reactor,pyside2reactor: pywin32; sys_platform == 'win32'

0 commit comments

Comments
 (0)