Skip to content

Commit d96ad80

Browse files
committed
Drop 2.6 specific code
1 parent 182a219 commit d96ad80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bpython/test/test_args.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def test_exec_dunder_file(self):
3535
f.flush()
3636
p = subprocess.Popen(
3737
[sys.executable]
38-
+ (["-W", "ignore"] if sys.version_info[:2] == (2, 6) else [])
3938
+ ["-m", "bpython.curtsies", f.name],
4039
stderr=subprocess.PIPE,
4140
universal_newlines=True,

0 commit comments

Comments
 (0)