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

Test macOS on CI#1752

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Byron merged 5 commits intogitpython-developers:mainfromEliahKagan:ci-macos
Dec 1, 2023
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion.github/workflows/pythonpackage.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast:false
matrix:
os:["ubuntu-latest", "windows-latest"]
os:["ubuntu-latest", "macos-13", "windows-latest"]
python-version:["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
include:
-experimental:false
Expand Down
4 changes: 3 additions & 1 deletiontest/test_util.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -398,7 +398,9 @@ def test_blocking_lock_file(self):
elapsed=time.time()-start
extra_time=0.02
ifos.name=="nt"orsys.platform=="cygwin":
extra_time*=6# NOTE: Indeterministic failures without this...
extra_time*=6# Without this, we get indeterministic failures on Windows.
elifsys.platform=="darwin":
extra_time*=9# The situation on macOS is similar, but with more delay.
self.assertLess(elapsed,wait_time+extra_time)

deftest_user_id(self):
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp