We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c508f commit e1701a2Copy full SHA for e1701a2
1 file changed
tests/recipes/test_hostpython3.py
@@ -29,12 +29,6 @@ def test_property__exe_name_no_version(self):
29
def test_property__exe_name(self):
30
self.assertEqual(self.recipe._exe_name, 'python3')
31
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
-
38
@mock.patch("pythonforandroid.recipes.hostpython3.Path.exists")
39
def test_should_build(self, mock_exists):
40
# test case for existing python exe which shouldn't trigger the build
0 commit comments