summaryrefslogtreecommitdiff
path: root/dev-lang/micropython/micropython-1.11.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/micropython/micropython-1.11.ebuild')
-rw-r--r--dev-lang/micropython/micropython-1.11.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-lang/micropython/micropython-1.11.ebuild b/dev-lang/micropython/micropython-1.11.ebuild
index 94d80d97d921..bdf54e45b9ee 100644
--- a/dev-lang/micropython/micropython-1.11.ebuild
+++ b/dev-lang/micropython/micropython-1.11.ebuild
@@ -19,11 +19,10 @@ DEPEND="
virtual/libffi
virtual/pkgconfig"
-PATCHES=( "${FILESDIR}/${P}-prevent-stripping.patch" )
-
-# A few tests fail after enforcing CFLAGS/LDFLAGS.
-# We need to work out why.
-RESTRICT="test"
+PATCHES=(
+ "${FILESDIR}/${P}-prevent-stripping.patch"
+ "${FILESDIR}/${P}-exclude-float-parse-tests.patch"
+)
src_prepare() {
default