diff options
| author | Patrice Clement <monsieurp@gentoo.org> | 2021-10-25 14:39:50 +0200 |
|---|---|---|
| committer | Patrice Clement <monsieurp@gentoo.org> | 2021-10-25 14:44:11 +0200 |
| commit | c144107d5e946d6f7fcf2af60f0b6386f4f88e43 (patch) | |
| tree | 0dc850b046e4835dbf752bc34a06f2552051cb93 /dev-lang/micropython/files/micropython-1.17-exclude-float-parse-tests.patch | |
| parent | 1adaddf5110adeaf1e3b84d1d15d42e66798c4ef (diff) | |
| download | gentoo-c144107d5e946d6f7fcf2af60f0b6386f4f88e43.tar.gz gentoo-c144107d5e946d6f7fcf2af60f0b6386f4f88e43.tar.bz2 gentoo-c144107d5e946d6f7fcf2af60f0b6386f4f88e43.zip | |
dev-lang/micropython: version bump.
EAPI 7 version bump the ebuild whilst at it.
Closes: https://bugs.gentoo.org/820086
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-lang/micropython/files/micropython-1.17-exclude-float-parse-tests.patch')
| -rw-r--r-- | dev-lang/micropython/files/micropython-1.17-exclude-float-parse-tests.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-lang/micropython/files/micropython-1.17-exclude-float-parse-tests.patch b/dev-lang/micropython/files/micropython-1.17-exclude-float-parse-tests.patch new file mode 100644 index 000000000000..8f44d31fd96f --- /dev/null +++ b/dev-lang/micropython/files/micropython-1.17-exclude-float-parse-tests.patch @@ -0,0 +1,11 @@ +--- a/tests/run-tests.py 2021-10-25 12:25:48.422212212 -0000 ++++ b/tests/run-tests.py 2021-10-25 12:26:01.382135667 -0000 +@@ -521,6 +521,8 @@ + "micropython/opt_level_lineno.py" + ) # native doesn't have proper traceback info + skip_tests.add("micropython/schedule.py") # native code doesn't check pending events ++ skip_tests.add("float/float_parse_doubleprec.py") ++ skip_tests.add("float/float_parse.py") + + def run_one_test(test_file): + test_file = test_file.replace("\\", "/") |
