Skip to content

Commit f1d8a95

Browse files
committed
Explicitly require a pytest that knows how to yield
1 parent 375ea01 commit f1d8a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def run(self):
9595
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*',
9696
extras_require = {
9797
'test': ['ipykernel', 'ipython', 'mock'],
98-
'test:python_version == "3.3"': ['pytest<3.3.0'],
98+
'test:python_version == "3.3"': ['pytest>=3,<3.3.0'],
9999
'test:(python_version >= "3.4" or python_version == "2.7")': ['pytest'],
100100
},
101101
cmdclass = {

0 commit comments

Comments
 (0)