python3Packages.denonavr: enable test

This commit is contained in:
Fabian Affolter 2022-01-24 11:28:44 +01:00
parent 8a38948658
commit 607b4ca82b

View file

@ -42,11 +42,6 @@ buildPythonPackage rec {
pytest-timeout
];
disabledTestPaths = [
# https://github.com/ol-iver/denonavr/issues/228
"tests/test_denonavr.py"
];
pythonImportsCheck = [
"denonavr"
];