Skip to content

Commit 29433fc

Browse files
committed
Remove old versions from modules_build_dir expected value in TestPython3Recipe.test_create_python_bundle
1 parent 474e8f9 commit 29433fc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/recipes/test_python3.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,7 @@ def test_create_python_bundle(
178178
recipe_build_dir,
179179
'android-build',
180180
'build',
181-
'lib.{}{}-{}-{}'.format(
182-
'android' if self.recipe.version[2] >= "3" else 'linux',
183-
'2' if self.recipe.version[0] == '2' else '',
181+
'lib.android-{}-{}'.format(
184182
self.arch.command_prefix.split('-')[0],
185183
self.recipe.major_minor_version_string
186184
))

0 commit comments

Comments
 (0)