Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
drhagen committed Oct 11, 2023
1 parent 9322394 commit b78c412
Show file tree
Hide file tree
Showing 4 changed files with 436 additions and 658 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def test(session: nox_poetry.Session):

@nox_poetry.session(python=["3.10", "3.11"])
def test_fastapi(session: nox_poetry.Session):
session.install(".[fastapi]", "pytest", "pytest-cov", "requests")
session.install(".[fastapi]", "pytest", "pytest-cov", "httpx")
session.env["COVERAGE_FILE"] = f".coverage.fastapi.{session.python}"
session.run("python", "-m", "pytest", "--cov", "serialite", "tests/fastapi")

Expand Down
Loading

0 comments on commit b78c412

Please sign in to comment.