Hacktoberfest 2026:維護者為十月標記出來的 issue,仍然開放、適合新手。 瀏覽 Hacktoberfest issue

Regression in multiple tests on macOS

未關閉
#486 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 Issue。

評估

難度
4/5
預估耗時
3-5 天
新手友好度
25/100
Issue 類型
缺陷
描述清晰度
需要釐清
活躍度
停滯
技術堆疊
python

研究方向

先在 macOS 上使用 Python 3.7 重現列出的失敗,然後檢查 commit 846531b92198efc4db2a37bdadf4a037defcfd96,該 commit 被確認為第一個錯誤的 commit。將行為與 Python 3.8 比較,並執行失敗的測試,包括 test_sys_path_profile_dir、test_save_history 和 display-hook tests。在 Python 3.7 上理解該 regression 且受影響的測試通過,即表示完成。

由索引模型根據 Issue 內容生成。

描述

There appears to be a regression that happened between 5.1.2 and 5.1.3. There are following tests are now failing on master:

  • test_sys_path_profile_dir
  • test_save_history - flaky?
  • test_help_output - flaky?
  • test_write_kernel_spec - flaky?
  • test_ipython_start_kernel_userns
  • test_display_hook_halts_send
  • test_display_hook_return_calls_send
  • test_display_publisher_creation
  • test_publish
  • test_thread_local_hooks
  • test_unregister_hook

Bisecting this behaviour points to 846531b92198efc4db2a37bdadf4a037defcfd96 as the first bad commit. For some reason the problem is only seen on python 3.7 and not python 3.8.

主要語言
Python
星號
734
分支
411
平均合併
1 天 6 小時
30 天內合併 PR
10

貢獻指南

開啟貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

ipython/ipykernel 的其他 Issue

查看 ipython/ipykernel 的全部 Issue

相似的 Issue

更多 Python Issue

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。