Commit aab8fb80 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.deezer-python: move tornado to nativeCheckInputs

parent b8499464
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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" ];