Skip to content

Commit e47a166

Browse files
committed
test: fix pytest version
1 parent 0c2a379 commit e47a166

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
black
22
isort
3-
pytest<=5.4.3
3+
pytest>=5.0.0
44
coveralls

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ def read(fname):
6666
]
6767
},
6868
python_requires=">=3.6",
69-
tests_require=["pytest<=5.4.3"],
69+
tests_require=["pytest>=5.0.0"],
7070
install_requires=["pyyaml", "requests"],
7171
)

0 commit comments

Comments
 (0)