Merge pull request #319507 from mweinelt/drf-test-fixes
paperless-ngx, tandoor-recipes: fix drf tests
This commit is contained in:
@@ -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
|
||||
];
|
||||
});
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user