Add test_import from CPython 3.8 by fanninpm · Pull Request #3018 · RustPython/RustPython
Hm, I'm actually getting errors for
test_os.py. Are things still passing locally for you?
I'm not getting any failures, but I am getting a few instances of OverflowError: Python int too large to convert to Rust u32. These seem to happen with test_setregid_neg1 and test_setreuid_neg1.
Bump, I ran these again and indeed I locally cannot repro the errors (something weird was going on when I tried to run tests last time).
It looks like test_import is failing on Windows while test_unittest is failing on the others. If these failures are just one or two functions we could probably just skip for CI as we usually do.
test_import 3.11 is merged by #4599
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters