Skip to content

Commit 411a569

Browse files
authored
Update test_prerequisites.py
bump test version of openssl to 3
1 parent 6e6b85d commit 411a569

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_prerequisites.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ def setUp(self):
9999
self.mandatory = dict(linux=False, darwin=True)
100100
self.installer_is_supported = dict(linux=False, darwin=True)
101101
self.prerequisite = OpenSSLPrerequisite()
102-
self.expected_homebrew_formula_name = "openssl@1.1"
103-
self.expected_homebrew_location_prefix = "/opt/homebrew/opt/openssl@1.1"
102+
self.expected_homebrew_formula_name = "openssl@3"
103+
self.expected_homebrew_location_prefix = "/opt/homebrew/opt/openssl@3"
104104

105105
@mock.patch(
106106
"pythonforandroid.prerequisites.Prerequisite._darwin_get_brew_formula_location_prefix"

0 commit comments

Comments
 (0)