summaryrefslogtreecommitdiff
path: root/dev-lang/micropython/files/micropython-1.17-exclude-float-parse-tests.patch
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2025-03-28 08:02:44 +0100
committerConrad Kostecki <conikost@gentoo.org>2025-03-28 22:06:18 +0100
commitde10174be1f31d3fee15614e5109b9cb91910ef9 (patch)
tree6758bf2ea05a32b903bb2e7c94e6e7af8c224485 /dev-lang/micropython/files/micropython-1.17-exclude-float-parse-tests.patch
parent10651a8d43f470098dd3f38e4c2a6409ef2e040e (diff)
downloadgentoo-de10174be1f31d3fee15614e5109b9cb91910ef9.tar.gz
gentoo-de10174be1f31d3fee15614e5109b9cb91910ef9.tar.bz2
gentoo-de10174be1f31d3fee15614e5109b9cb91910ef9.zip
dev-lang/micropython: remove unused patches
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@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.patch11
1 files changed, 0 insertions, 11 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
deleted file mode 100644
index 8f44d31fd96f..000000000000
--- a/dev-lang/micropython/files/micropython-1.17-exclude-float-parse-tests.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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("\\", "/")