Skip to content

Commit 0ba1c04

Browse files
committed
TMP - test respx calls on Win
1 parent 19e1382 commit 0ba1c04

2 files changed

Lines changed: 2 additions & 14 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,14 @@ jobs:
2525
test:
2626
strategy:
2727
matrix:
28-
os: [ ubuntu-latest, windows-latest, macos-latest ]
28+
os: [windows-latest]
2929
python-version: ["3.14"]
3030
uv-resolution:
3131
- highest
3232
include:
3333
- python-version: "3.9"
3434
os: macos-latest
3535
uv-resolution: lowest-direct
36-
- python-version: "3.10"
37-
os: ubuntu-latest
38-
uv-resolution: highest
39-
- python-version: "3.11"
40-
os: windows-latest
41-
uv-resolution: lowest-direct
42-
- python-version: "3.12"
43-
os: macos-latest
44-
uv-resolution: highest
45-
- python-version: "3.13"
46-
os: ubuntu-latest
47-
uv-resolution: lowest-direct
4836
- python-version: "3.13"
4937
os: windows-latest
5038
uv-resolution: highest

tests/test_cli_link.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def test_links_with_multiple_teams_and_apps(
178178
mock_getchar.side_effect = steps
179179
result = runner.invoke(app, ["link"])
180180

181-
assert result.exit_code == 0
181+
assert result.exit_code == 0, result.output
182182
assert "Successfully linked to app" in result.output
183183
assert "second-app" in result.output
184184

0 commit comments

Comments
 (0)