Skip to content

Commit aa8b184

Browse files
committed
Restrict to older pytest on Python 3.3
1 parent 28f908f commit aa8b184

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def run(self):
8686
],
8787
extras_require = {
8888
'test': ['ipykernel', 'ipython', 'mock', 'pytest'],
89+
'test:python_version == "3.3"': ['pytest<3.3.0'],
8990
},
9091
cmdclass = {
9192
'bdist_egg': bdist_egg if 'bdist_egg' in sys.argv else bdist_egg_disabled,

0 commit comments

Comments
 (0)