Skip to content

Commit

Permalink
Update pytest version in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhargavasomu committed Dec 14, 2018
1 parent 1e077ce commit 6db742d
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 @@ -4,7 +4,7 @@

extras_require = {
'test': [
"pytest==3.2.2",
"pytest>=3.6.0",
"pytest-xdist"
],
'lint': [
Expand Down

0 comments on commit 6db742d

Please sign in to comment.