Skip to content

Commit 821f049

Browse files
committed
requires pytest >= 4.0.0
1 parent e5fccc1 commit 821f049

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@
2222
"pytest_github_actions_annotate_failures = pytest_github_actions_annotate_failures.plugin",
2323
],
2424
},
25+
install_requires=[
26+
"pytest>=4.0.0",
27+
],
2528
)

0 commit comments

Comments
 (0)