Skip to content

Commit

Permalink
chore(weave): Pin vcrpy for tests (#3314)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong authored Dec 30, 2024
1 parent 1b77d8f commit 709e145
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,11 @@ test = [

# Integration Tests
"pytest-recording>=0.13.2",
"vcrpy>=6.0.1",
# "vcrpy>=6.0.1",
# https://github.com/kevin1024/vcrpy/pull/889
# This resolves test issues until a new pypi release can be made. Once that release
# is made, we can remove this and revert to the vcrpy>=6.0.1 dependency.
"vcrpy @ git+https://github.com/kevin1024/vcrpy.git@48d0a2e453f6635af343000cdaf9794a781e807e",

# serving tests
"flask",
Expand All @@ -108,6 +112,7 @@ test = [
"httpx",
]


[project.scripts]
weave = "weave.trace.cli:cli"

Expand Down Expand Up @@ -138,6 +143,8 @@ exclude = [
"weave/clear_cache.py",
]

[tool.hatch.metadata]
allow-direct-references = true

[tool.pytest.ini_options]
filterwarnings = [
Expand Down

0 comments on commit 709e145

Please sign in to comment.