Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong committed Dec 30, 2024
1 parent e12099c commit 5d77221
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ test = [
# 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.
"git+https://github.com/kevin1024/vcrpy.git@48d0a2e453f6635af343000cdaf9794a781e807e",
"vcrpy @ git+https://github.com/kevin1024/vcrpy.git@48d0a2e453f6635af343000cdaf9794a781e807e",

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


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

Expand Down Expand Up @@ -142,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 5d77221

Please sign in to comment.