python312Packages.aiolyric: run all tests

This commit is contained in:
Robert Schütz 2024-08-16 06:42:36 -07:00
parent b5660f3256
commit 74a3e13be1

View File

@ -6,6 +6,7 @@
fetchFromGitHub,
incremental,
pythonOlder,
pytest-asyncio,
pytestCheckHook,
setuptools,
}:
@ -41,14 +42,10 @@ buildPythonPackage rec {
nativeCheckInputs = [
aioresponses
pytest-asyncio
pytestCheckHook
];
disabledTests = [
# AssertionError, https://github.com/timmo001/aiolyric/issues/61
"test_priority"
];
pythonImportsCheck = [ "aiolyric" ];
meta = with lib; {