Skip to content

Commit

Permalink
chore: support Pytest v8 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Jan 31, 2024
1 parent 851c0e4 commit a0e5c0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion local-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
black==22.6.0
pytest==7.1.2
pytest-cov==3.0.0
mypy==0.961
setuptools==65.5.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
include_package_data=True,
install_requires=[
"playwright>=1.18",
"pytest>=6.2.4,<8.0.0",
"pytest>=6.2.4,<9.0.0",
"pytest-base-url>=1.0.0,<3.0.0",
"python-slugify>=6.0.0,<9.0.0",
],
Expand Down

0 comments on commit a0e5c0f

Please sign in to comment.