python3.pkgs.pytest-pylint: fix build
This commit is contained in:
parent
2f72c426e1
commit
6594184e1e
@ -6,6 +6,7 @@
|
||||
, pylint
|
||||
, six
|
||||
, pytestrunner
|
||||
, toml
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -18,12 +19,13 @@ buildPythonPackage rec {
|
||||
sha256 = "b0c177d63f6e3f5b82fa2720a6570dd2ecff1616c26ed6d02d0cbf75fd98ddf9";
|
||||
};
|
||||
|
||||
buildInputs = [ pytestrunner ];
|
||||
nativeBuildInputs = [ pytestrunner ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pytest
|
||||
pylint
|
||||
six
|
||||
toml
|
||||
];
|
||||
|
||||
# tests not included with release
|
||||
|
Loading…
Reference in New Issue
Block a user