summaryrefslogtreecommitdiff
path: root/dev-lang/micropython/files/micropython-1.11-exclude-float-parse-tests.patch
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-08-28 16:44:54 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-08-29 20:39:08 +0200
commit317434e07e6f785b6857d504cbd6225c688f1c21 (patch)
treeb3f56d4718636975a9af2e32bf0621f7edd4b1a8 /dev-lang/micropython/files/micropython-1.11-exclude-float-parse-tests.patch
parentaf1634db6e2968181234bb582e06db5b568d20e5 (diff)
downloadgentoo-317434e07e6f785b6857d504cbd6225c688f1c21.tar.gz
gentoo-317434e07e6f785b6857d504cbd6225c688f1c21.tar.bz2
gentoo-317434e07e6f785b6857d504cbd6225c688f1c21.zip
dev-lang/micropython: drop 1.11-r1, EAPI-6--
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-lang/micropython/files/micropython-1.11-exclude-float-parse-tests.patch')
-rw-r--r--dev-lang/micropython/files/micropython-1.11-exclude-float-parse-tests.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-lang/micropython/files/micropython-1.11-exclude-float-parse-tests.patch b/dev-lang/micropython/files/micropython-1.11-exclude-float-parse-tests.patch
deleted file mode 100644
index 6d81661790e9..000000000000
--- a/dev-lang/micropython/files/micropython-1.11-exclude-float-parse-tests.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/tests/run-tests 2020-06-09 13:09:24.239121947 -0000
-+++ b/tests/run-tests 2020-06-09 13:09:57.315476363 -0000
-@@ -377,6 +377,9 @@
- skip_tests.add('micropython/heapalloc_traceback.py') # because 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.py')
-+ skip_tests.add('float/float_parse_doubleprec.py')
-+ # these two tests fail for some reason.
- for test_file in tests:
- test_file = test_file.replace('\\', '/')
-