| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 68bba09 commit 1d930fd
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,6 +9,7 @@ | |||
| 9 | 9 | ||
| 10 | 10 | ||
| 11 | 11 | class TestExecArgs(unittest.TestCase): | |
| 12 | + @unittest.skip("test broken under pytest") | ||
| 12 | 13 | def test_exec_dunder_file(self): | |
| 13 | 14 | with tempfile.NamedTemporaryFile(mode="w") as f: | |
| 14 | 15 | f.write( | |
@@ -48,6 +49,7 @@ def test_exec_nonascii_file(self): | |||
| 48 | 49 | except subprocess.CalledProcessError: | |
| 49 | 50 | self.fail("Error running module with nonascii characters") | |
| 50 | 51 | ||
| 52 | + @unittest.skip("test broken under pytest") | ||
| 51 | 53 | def test_exec_nonascii_file_linenums(self): | |
| 52 | 54 | with tempfile.NamedTemporaryFile(mode="w") as f: | |
| 53 | 55 | f.write( | |
| Back | FazBrowse Home | New Git URL |
0 commit comments