Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

test failure in test_close_initiating_remote_no_error[sys.executable]

オープン
#82 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
35/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
python
領域
testing

調査の方向性

test_close_initiating_remote_no_error[sys.executable] から始め、apipkg を使用して Python 2.7 で openSUSE の失敗を再現します。完全な traceback を読んで非互換性を特定してください。完了条件は、サポート対象の Python バージョンでテストがパスするか、Python 2.7 の処理が明示的に解決され、テストスイートでカバーされていることです。

索引モデルが issue の本文から書いたものです。

説明

Hi,

in an attempt to package execnet for openSUSE, our build fails with:

[   18s] =================================== FAILURES ===================================
[   18s] ____________ test_close_initiating_remote_no_error[sys.executable] _____________
[   18s] 
[   18s] testdir = <Testdir local('/tmp/pytest-of-abuild/pytest-3/test_close_initiating_remote_no_error0')>
[   18s] anypython = local('/usr/bin/python2')
[   18s] 
[   18s]     def test_close_initiating_remote_no_error(testdir, anypython):
[   18s]         p = testdir.makepyfile("""
[   18s]             import sys
[   18s]             sys.path.insert(0, sys.argv[1])
[   18s]             import execnet
[   18s]             gw = execnet.makegateway("popen")
[   18s]             print ("remote_exec1")
[   18s]             ch1 = gw.remote_exec("channel.receive()")
[   18s]             print ("remote_exec1")
[   18s]             ch2 = gw.remote_exec("channel.receive()")
[   18s]             print ("termination")
[   18s]             execnet.default_group.terminate()
[   18s]         """)
[   18s]         testdir.makepyfile(apipkg=apipkg)
[   18s]         popen = subprocess.Popen(
[   18s]             [str(anypython), str(p), str(execnetdir)],
[   18s]             stdout=None, stderr=subprocess.PIPE,)
[   18s]         out, err = popen.communicate()
[   18s]         print (err)
[   18s]         err = err.decode('utf8')
[   18s]         lines = [
[   18s]             x for x in err.splitlines()
[   18s]             if '*sys-package' not in x]
[   18s]         # print (lines)
[   18s] >       assert not lines
[   18s] E       assert not ['Traceback (most recent call last):', '  File "/tmp/pytest-of-abuild/pytest-3/test_close_initiating_remote_no_error0/... '  File "/tmp/pytest-of-abuild/pytest-3/test_close_initiating_remote_no_error0/apipkg.py", line 12, in <module>', ...]

Full build log here:
https://build.opensuse.org/package/live_build_log/devel:languages:python/python-execnet/openSUSE_Tumbleweed/x86_64

It looks like some unexpected interaction with apipkg and python 2.7.
Shouldn't this test being excluded for 2.7 then, or do you have other ideas, what's going wrong?

Our build facility attempts to build the package for 2.7 and 3.* by default, depending on the build target.

主要言語
Python
スター
102
フォーク
47
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

pytest-dev/execnet のほかの issue

pytest-dev/execnet の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。