Skip to content

Commit a0e5c0f

Browse files
authored
chore: support Pytest v8 (#203)
1 parent 851c0e4 commit a0e5c0f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

local-requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
black==22.6.0
2-
pytest==7.1.2
32
pytest-cov==3.0.0
43
mypy==0.961
54
setuptools==65.5.1

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
include_package_data=True,
1717
install_requires=[
1818
"playwright>=1.18",
19-
"pytest>=6.2.4,<8.0.0",
19+
"pytest>=6.2.4,<9.0.0",
2020
"pytest-base-url>=1.0.0,<3.0.0",
2121
"python-slugify>=6.0.0,<9.0.0",
2222
],

0 commit comments

Comments
 (0)