8 buildPythonPackage rec {
9 pname = "pytest-dependency";
13 inherit pname version;
14 hash = "sha256-wqiSkGGSZj+FAwpquRME5QjlRs3f5VfWktYexXodlGs=";
18 # Fix build with pytest >= 6.2.0, https://github.com/RKrahl/pytest-dependency/pull/51
20 url = "https://github.com/RKrahl/pytest-dependency/commit/0930889a13e2b9baa7617f05dc9b55abede5209d.patch";
21 hash = "sha256-xRreoIz8+yW0mAUb4FvKVlPjALzMAZDmdpbmDKRISE0=";
25 buildInputs = [ pytest ];
27 nativeCheckInputs = [ pytest ];
34 homepage = "https://github.com/RKrahl/pytest-dependency";
35 description = "Manage dependencies of tests";
36 license = licenses.asl20;
37 maintainers = [ maintainers.marsam ];