python310Packages.hass-nabucasa: Drop doCheck conditional

We are long past pytest-aiohttp 1.0.0.
This commit is contained in:
Martin Weinelt 2023-04-06 13:30:12 +02:00
parent 8e5fc46b9a
commit 6221963deb
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -44,8 +44,6 @@ buildPythonPackage rec {
warrant
];
doCheck = lib.versionAtLeast pytest-aiohttp.version "1.0.0";
nativeCheckInputs = [
pytest-aiohttp
pytestCheckHook