File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -928,8 +928,6 @@ def test_parsing_error(self):
928
928
self .assertTrue (proc .stderr .startswith (err_msg ), proc .stderr )
929
929
self .assertNotEqual (proc .returncode , 0 )
930
930
931
- # TODO: RUSTPYTHON
932
- @unittest .expectedFailure
933
931
def test_int_max_str_digits (self ):
934
932
code = "import sys; print(sys.flags.int_max_str_digits, sys.get_int_max_str_digits())"
935
933
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ impl Default for Settings {
151
151
check_hash_pycs_mode : "default" . to_owned ( ) ,
152
152
allow_external_library : cfg ! ( feature = "importlib" ) ,
153
153
utf8_mode : 1 ,
154
- int_max_str_digits : - 1 ,
154
+ int_max_str_digits : 4300 ,
155
155
#[ cfg( feature = "flame-it" ) ]
156
156
profile_output : None ,
157
157
#[ cfg( feature = "flame-it" ) ]
You can’t perform that action at this time.
0 commit comments