vulnix: use pytest-cov-stub
This commit is contained in:
@@ -28,8 +28,8 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
nativeCheckInputs = with python3Packages; [
|
||||
freezegun
|
||||
pytest
|
||||
pytest-cov
|
||||
pytestCheckHook
|
||||
pytest-cov-stub
|
||||
];
|
||||
|
||||
propagatedBuildInputs =
|
||||
@@ -48,7 +48,7 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
postBuild = "make -C doc";
|
||||
|
||||
checkPhase = "py.test src/vulnix";
|
||||
pytestFlagsArray = [ "src/vulnix" ];
|
||||
|
||||
postInstall = ''
|
||||
install -D -t $doc/share/doc/vulnix README.rst CHANGES.rst
|
||||
|
||||
Reference in New Issue
Block a user