Skip to content

Commit

Permalink
Merge pull request #324 from whiteroses/pin-pytest
Browse files Browse the repository at this point in the history
Pin pytest to >= 3.1.0.
  • Loading branch information
digitalresistor committed Jun 13, 2017
2 parents 2267f93 + 84a0050 commit b224280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@
README = CHANGES = ''

testing_extras = [
'pytest',
'pytest >= 3.1.0', # >= 3.1.0 so we can use pytest.param
'coverage',
'pytest-cov',
'pytest-xdist',
Expand Down

0 comments on commit b224280

Please sign in to comment.