python312Packages.deezer-python: move tornado to nativeCheckInputs

This commit is contained in:
Fabian Affolter
2024-11-02 14:10:20 +01:00
parent b84994641e
commit aab8fb80e6
@@ -29,10 +29,7 @@ buildPythonPackage rec {
build-system = [ poetry-core ];
dependencies = [
httpx
tornado
];
dependencies = [ httpx ];
nativeCheckInputs = [
environs
@@ -40,6 +37,7 @@ buildPythonPackage rec {
pytest-mock
pytest-vcr
pytestCheckHook
tornado
];
pythonImportsCheck = [ "deezer" ];