Commit 834e4ad4 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.aiomisc-pytest: refactor

parent 71be4cc2
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -21,8 +21,11 @@ buildPythonPackage rec {
    hash = "sha256-4mWP77R3CoX+XhoT6BbxQtxpINpdmeozjYUsegNfMyU=";
  };

  nativeBuildInputs = [
  build-system = [
    poetry-core
  ];

  nativeBuildInputs = [
    pythonRelaxDepsHook
  ];

@@ -34,7 +37,7 @@ buildPythonPackage rec {
    pytest
  ];

  propagatedBuildInputs = [
  dependencies = [
    aiomisc
  ];