Skip to content

Commit

Permalink
Merge pull request #132 from Apakottur/patch-1
Browse files Browse the repository at this point in the history
Support Pytest 8.0.0
  • Loading branch information
Colin-b committed Jan 29, 2024
2 parents ef6fc63 + a3a6def commit 9e648ce
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,<9"],
extras_require={
"testing": [
# Used to run async test functions
Expand Down

0 comments on commit 9e648ce

Please sign in to comment.