Merge pull request #319507 from mweinelt/drf-test-fixes

paperless-ngx, tandoor-recipes: fix drf tests
This commit is contained in:
Martin Weinelt
2024-06-13 10:15:53 +02:00
committed by GitHub
2 changed files with 8 additions and 0 deletions
@@ -23,6 +23,10 @@ let
rev = version;
hash = "sha256-Fnj0n3NS3SetOlwSmGkLE979vNJnYE6i6xwVBslpNz4=";
};
nativeCheckInputs = with super; [
pytest7CheckHook
pytest-django
];
});
};
};
@@ -57,6 +57,10 @@ let
rev = version;
hash = "sha256-Fnj0n3NS3SetOlwSmGkLE979vNJnYE6i6xwVBslpNz4=";
};
nativeCheckInputs = with prev; [
pytest7CheckHook
pytest-django
];
});
};
};