Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Andy Postnikov
aports
Commits
5efda4ec
Commit
5efda4ec
authored
Apr 14, 2020
by
Ariadne Conill
Browse files
testing/py3-typed-ast: disable tests on mips
parent
0698b07c
Changes
1
Hide whitespace changes
Inline
Side-by-side
testing/py3-typed-ast/APKBUILD
View file @
5efda4ec
...
...
@@ -27,6 +27,7 @@ check() {
x86
)
_pyarch
=
i686
;;
armhf|armv7
)
_pyarch
=
armv8l
;;
s390x
)
return
0
;;
mips
*
)
return
0
;;
esac
PYTHONPATH
=
"
$builddir
/build/lib.linux-
$_pyarch
-
$_py3ver
"
py.test-3
-v
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment