mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Remove test_check_package_version_does_not_match (#59785)
This commit is contained in:
parent
14adcbc07c
commit
fa952364cc
@ -251,13 +251,6 @@ def test_check_package_global():
|
||||
assert not package.is_installed(f"{installed_package}<{installed_version}")
|
||||
|
||||
|
||||
def test_check_package_version_does_not_match():
|
||||
"""Test for version mismatch."""
|
||||
installed_package = list(pkg_resources.working_set)[0].project_name
|
||||
assert not package.is_installed(f"{installed_package}==999.999.999")
|
||||
assert not package.is_installed(f"{installed_package}>=999.999.999")
|
||||
|
||||
|
||||
def test_check_package_zip():
|
||||
"""Test for an installed zip package."""
|
||||
assert not package.is_installed(TEST_ZIP_REQ)
|
||||
|
Loading…
x
Reference in New Issue
Block a user