Skip to content

Commit 527f9c7

Browse files
committed
revert ci changes
1 parent 03ffbf7 commit 527f9c7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/shared.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,8 @@ jobs:
6262
with:
6363
python-version-file: ".python-version"
6464

65+
- name: Install the project
66+
run: uv sync --frozen --all-extras --dev
67+
6568
- name: Run pytest
66-
run: uv run --frozen --all-extras --dev pytest
69+
run: uv run --frozen pytest

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,5 @@ filterwarnings = [
9696
# This should be fixed on Uvicorn's side.
9797
"ignore::DeprecationWarning:websockets",
9898
"ignore:websockets.server.WebSocketServerProtocol is deprecated:DeprecationWarning",
99-
"ignore:Returning str or bytes from read_resource is deprecated. Use Iterable[ReadResourceContents] instead.:DeprecationWarning"
99+
"ignore:Returning str or bytes.*:DeprecationWarning:mcp.server.lowlevel"
100100
]

0 commit comments

Comments
 (0)