From 50538c2f42abb77f11bab8ef410fb80aabf82d7c Mon Sep 17 00:00:00 2001 From: Julian-o Date: Mon, 28 Aug 2023 16:55:00 +1000 Subject: [PATCH] Don't check for path --- tests/targets/test_ios.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/targets/test_ios.py b/tests/targets/test_ios.py index 987a3a21c..fdf109f52 100644 --- a/tests/targets/test_ios.py +++ b/tests/targets/test_ios.py @@ -54,9 +54,7 @@ def test_init(self): def test_check_requirements(self): """Basic tests for the check_requirements() method.""" target = init_target(self.temp_dir) - buildozer = target.buildozer assert not hasattr(target, "javac_cmd") - assert "PATH" not in buildozer.environ with patch_buildops_checkbin() as m_checkbin: target.check_requirements() assert m_checkbin.call_args_list == [