Skip to content

Commit 3b37688

Browse files
committed
Use pytest older than 8 to keep compatibility with Python 3.8
1 parent f4dc862 commit 3b37688

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
'retrying',
2121
],
2222
setup_requires=[
23-
'pytest-runner',
23+
'pytest-runner<8',
2424
],
2525
tests_require=[
26-
'pytest',
26+
'pytest<8',
2727
],
2828
package_data={
2929
'homu': [

0 commit comments

Comments
 (0)