File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments