Skip to content

Commit

Permalink
fix pytest to 3.6.4 to mitigate v3.7 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpereyda committed Aug 8, 2018
1 parent 1b3f803 commit a00c64f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@ def find_version(*path_elements):
'Flask==0.10.1', 'impacket', 'colorama', 'attrs', 'click', 'psutil'],
extras_require={
# This list is duplicated in tox.ini. Make sure to change both!
'dev': ['check-manifest', 'mock', 'pytest', 'pytest-bdd', 'netifaces', 'ipaddress'],
'dev': ['check-manifest',
'mock',
'pytest==3.6.4', # temporary measure -- 3.7 was causing pytest-bdd failures
'pytest-bdd',
'netifaces',
'ipaddress'],
},
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit a00c64f

Please sign in to comment.