Skip to content

Commit 5a0c259

Browse files
committed
✨ pytest dependency version upgraded to minimum 4.6.
1 parent c02c5e3 commit 5a0c259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Documentation = "https://nazrul.me/fhirspec/"
3737

3838
[tool.flit.metadata.requires-extra]
3939
test = [
40-
"pytest >=4.0.0",
40+
"pytest >=4.6",
4141
"pytest-cov",
4242
"mypy",
4343
"black",
@@ -53,7 +53,7 @@ toml = [
5353
"pytoml"
5454
]
5555
all = [
56-
"pytest >=4.0.0",
56+
"pytest >=4.6",
5757
"pytest-cov",
5858
"mypy",
5959
"black",

0 commit comments

Comments
 (0)