Skip to content

Commit b906ec2

Browse files
committed
require bmi-tester >=0.5.7
1 parent 99d9d52 commit b906ec2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dev = [
5555
"nox",
5656
]
5757
testing = [
58-
"bmi-tester",
58+
"bmi-tester>=0.5.7",
5959
"coveralls",
6060
"pytest",
6161
"pytest-cov",

requirements-testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
black
2-
bmi-tester
2+
bmi-tester>=0.5.7
33
coveralls
44
isort
55
pytest

0 commit comments

Comments
 (0)