Skip to content

Commit 9dfa6f0

Browse files
authored
Merge pull request #90 from mrf345/fix_pipeline
fix: pin pytest for pipeline
2 parents 99754a2 + 944e427 commit 9dfa6f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img src='https://img.shields.io/github/v/tag/mrf345/flask_minify' alt='Latest Release' />
55
</a>
66
<a href='https://github.com/mrf345/flask_minify/actions/workflows/ci.yml'>
7-
<img src='https://github.com/mrf345/flask_minify/workflows/Build/badge.svg'>
7+
<img src='https://github.com/mrf345/flask_minify/actions/workflows/ci.yml/badge.svg'>
88
</a>
99
<br />
1010
<img src='https://img.shields.io/pypi/pyversions/flask_minify' alt='Supported versions' />

requirements/test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r ./main.txt
2-
pytest
2+
pytest==6.2.5
33
pytest-repeat
44
pytest-runner
55
pytest-cov

0 commit comments

Comments
 (0)