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

GH-107956: install build-details.json (PEP 739)#130069

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
FFY00 merged 11 commits intopython:mainfromFFY00:gh-107956-no-docs
Feb 13, 2025
Merged
Changes from1 commit
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
PrevPrevious commit
NextNext commit
Remove redundant skip check on setUp
Signed-off-by: Filipe Laíns <lains@riseup.net>
  • Loading branch information
@FFY00
FFY00 committedFeb 13, 2025
commite2f6981599f3e728b2ceff6dda0cfcacbe7a711b
4 changes: 0 additions & 4 deletionsLib/test/test_build_details.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -110,10 +110,6 @@ def contents(self):
with open(self.location, 'r') as f:
return f.read()

def setUp(self):
if sys.platform in ('wasi', 'emscripten') and not os.path.isfile(self.location):
self.skipTest(f'{sys.platform} build without a build-details.json file')

@needs_installed_python
def test_location(self):
self.assertTrue(os.path.isfile(self.location))
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp