Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commiteb56e7b

Browse files
committed
Pass -v twice to see full skip reasons
+ Reorder pytest arguments so both workflows are consistent.
1 parent75cf540 commiteb56e7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/cygwin-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ jobs:
6464
-name:Test with pytest
6565
run:|
6666
set +x
67-
/usr/bin/python -m pytest -p no:sugar -v --instafail
67+
/usr/bin/python -m pytest -p no:sugar --instafail -vv

‎.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
-name:Test with pytest
8080
run:|
81-
pytest -v -p no:sugar --instafail
81+
pytest -p no:sugar --instafail -vv
8282
continue-on-error:false
8383

8484
-name:Documentation

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp