Skip to content

Commit

Permalink
Support Pytest 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Apakottur authored Jan 29, 2024
1 parent ef6fc63 commit 3f72b25
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 @@ -40,7 +40,7 @@
packages=find_packages(exclude=["tests*"]),
package_data={"pytest_httpx": ["py.typed"]},
entry_points={"pytest11": ["pytest_httpx = pytest_httpx"]},
install_requires=["httpx==0.26.*", "pytest==7.*"],
install_requires=["httpx==0.26.*", "pytest>=7.*"],
extras_require={
"testing": [
# Used to run async test functions
Expand Down

0 comments on commit 3f72b25

Please sign in to comment.