We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182a219 commit d96ad80Copy full SHA for d96ad80
bpython/test/test_args.py
@@ -35,7 +35,6 @@ def test_exec_dunder_file(self):
35
f.flush()
36
p = subprocess.Popen(
37
[sys.executable]
38
- + (["-W", "ignore"] if sys.version_info[:2] == (2, 6) else [])
39
+ ["-m", "bpython.curtsies", f.name],
40
stderr=subprocess.PIPE,
41
universal_newlines=True,
0 commit comments