Skip to content

Commit

Permalink
pin pytest version < 4 until we fix yield tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Feb 26, 2019
1 parent d4c35c7 commit 2c0e000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
],
extras_require={
'display': ['matplotlib>=1.5.0'],
'tests': ['pytest', 'pytest-cov'],
'tests': ['pytest < 4', 'pytest-cov'],
},
scripts=['scripts/jams_to_lab.py']
)

0 comments on commit 2c0e000

Please sign in to comment.