Skip to content

Commit

Permalink
Pin minimum pytest version
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalresistor committed May 28, 2020
1 parent 77c1505 commit 2315430
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ def readfile(name):
'sphinxcontrib-autoprogram',
]

testing_extras = tests_require + ['coverage', 'pytest', 'pytest-cov']
testing_extras = tests_require + [
'coverage',
'pytest>=5.4.2', # unittest.TestCase funkyness, see commit 77c1505ab
'pytest-cov',
]

branch_version = ".".join(VERSION.split(".")[:2])

Expand Down

0 comments on commit 2315430

Please sign in to comment.