We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb961eb commit 5f99bcdCopy full SHA for 5f99bcd
tests/recipes/recipe_ctx.py
@@ -26,7 +26,7 @@ class RecipeCtx:
26
contain the target recipe to test as well as a python recipe."""
27
recipe_build_order = []
28
"""A recipe_build_order which should take into account the recipe we want
29
- to test as well as the possible dependant recipes"""
+ to test as well as the possible dependent recipes"""
30
31
TEST_ARCH = 'arm64-v8a'
32
tests/test_bootstrap.py
@@ -22,7 +22,7 @@ class BaseClassSetupBootstrap(object):
22
`setUp` and `tearDown` methods.
23
"""
24
25
- TEST_ARCH='armeabi-v7a'
+ TEST_ARCH = 'armeabi-v7a'
def setUp(self):
self.ctx = Context()
0 commit comments