vulnix: don't use pytest-flake8
This commit is contained in:
parent
19acadab73
commit
12163dff9f
1 changed files with 5 additions and 1 deletions
|
@ -13,6 +13,11 @@ python3Packages.buildPythonApplication rec {
|
|||
sha256 = "07v3ddvvhi3bslwrlin45kz48i3va2lzd6ny0blj5i2z8z40qcfm";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.cfg \
|
||||
--replace "--flake8" ""
|
||||
'';
|
||||
|
||||
outputs = [ "out" "doc" "man" ];
|
||||
nativeBuildInputs = [ ronn ];
|
||||
|
||||
|
@ -20,7 +25,6 @@ python3Packages.buildPythonApplication rec {
|
|||
freezegun
|
||||
pytest
|
||||
pytest-cov
|
||||
pytest-flake8
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue