Skip to content

Commit 9d8fe79

Browse files
authored
Merge pull request #290 from Yelp/pin-coverage-version
Pinning coverage version due to magical reasons.
2 parents bfe735b + 3810f0b commit 9d8fe79

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements-dev.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
coverage
1+
# coveragepy==5.0 fails with `Safety level may not be changed inside a transaction
2+
# on python 3.6.0 (xenial)
3+
coverage<5
24
flake8==3.5.0
35
mock
46
monotonic

0 commit comments

Comments
 (0)