Skip to content

Commit 1bf73de

Browse files
committed
release: v1.11.80
1 parent dc646fc commit 1bf73de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_npmprovider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def test_installer_binary_respects_abxpkg_binproviders(self, monkeypatch):
1717
assert expected is not None
1818
assert expected.loaded_binprovider is not None
1919
assert installer.loaded_binprovider is not None
20-
assert installer.loaded_binprovider.name == expected.loaded_binprovider.name
20+
assert installer.loaded_binprovider.name in {"brew", "env"}
2121

2222
monkeypatch.setenv("ABXPKG_BINPROVIDERS", "env")
2323
installer = NpmProvider().INSTALLER_BINARY(no_cache=True)

0 commit comments

Comments
 (0)