Skip to content

Commit

Permalink
chore: support Pytest v9
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Jan 31, 2024
1 parent 851c0e4 commit df64599
Showing 1 changed file with 1 addition and 1 deletion.
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>=7.0.0,<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 df64599

Please sign in to comment.