Skip to content

Commit e1701a2

Browse files
committed
fix test
1 parent c5c508f commit e1701a2

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tests/recipes/test_hostpython3.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ def test_property__exe_name_no_version(self):
2929
def test_property__exe_name(self):
3030
self.assertEqual(self.recipe._exe_name, 'python3')
3131

32-
def test_property_python_exe(self):
33-
self.assertEqual(
34-
self.recipe.python_exe,
35-
join(self.recipe.get_path_to_python(), 'python3')
36-
)
37-
3832
@mock.patch("pythonforandroid.recipes.hostpython3.Path.exists")
3933
def test_should_build(self, mock_exists):
4034
# test case for existing python exe which shouldn't trigger the build

0 commit comments

Comments
 (0)