vulnix: don't use pytest-flake8

This commit is contained in:
Robert Schütz 2022-08-11 12:48:14 +00:00 committed by Robert Schütz
parent 19acadab73
commit 12163dff9f

View file

@ -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 = [