File tree 2 files changed +0
-8
lines changed
2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -244,10 +244,6 @@ def test_html_diff(self):
244
244
with open (findfile ('test_difflib_expect.html' )) as fp :
245
245
self .assertEqual (actual , fp .read ())
246
246
247
- # TODO: RUSTPYTHON
248
- if sys .platform == "win32" :
249
- test_html_diff = unittest .expectedFailure (test_html_diff )
250
-
251
247
def test_recursion_limit (self ):
252
248
# Check if the problem described in patch #1413711 exists.
253
249
limit = sys .getrecursionlimit ()
Original file line number Diff line number Diff line change @@ -100,10 +100,6 @@ def test_issue1267(self):
100
100
self .assertEqual (fp .readline (),
101
101
'"""Tokenization help for Python programs.\n ' )
102
102
103
- # TODO: RUSTPYTHON
104
- if sys .platform == 'win32' :
105
- test_issue1267 = unittest .expectedFailure (test_issue1267 )
106
-
107
103
def test_issue3594 (self ):
108
104
temp_mod_name = 'test_imp_helper'
109
105
sys .path .insert (0 , '.' )
You can’t perform that action at this time.
0 commit comments