Skip to content

Commit

Permalink
chore(weave): Fix deploy by unpinning vcr
Browse files Browse the repository at this point in the history
  • Loading branch information
tssweeney authored Jan 3, 2025
1 parent dd62294 commit 35f7295
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,7 @@ test = [

# Integration Tests
"pytest-recording>=0.13.2",
# "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",
"vcrpy>=7.0.0",

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


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

Expand Down Expand Up @@ -147,9 +142,6 @@ exclude = [
"weave/clear_cache.py",
]

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

[tool.pytest.ini_options]
filterwarnings = [
# treat warnings as errors
Expand Down

0 comments on commit 35f7295

Please sign in to comment.