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

Commit1d930fd

Browse files
committed
Skip tests known to fail with pytest
1 parent68bba09 commit1d930fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎bpython/test/test_args.py‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010

1111
classTestExecArgs(unittest.TestCase):
12+
@unittest.skip("test broken under pytest")
1213
deftest_exec_dunder_file(self):
1314
withtempfile.NamedTemporaryFile(mode="w")asf:
1415
f.write(
@@ -48,6 +49,7 @@ def test_exec_nonascii_file(self):
4849
exceptsubprocess.CalledProcessError:
4950
self.fail("Error running module with nonascii characters")
5051

52+
@unittest.skip("test broken under pytest")
5153
deftest_exec_nonascii_file_linenums(self):
5254
withtempfile.NamedTemporaryFile(mode="w")asf:
5355
f.write(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2026 Movatter.jp