python3Packages.josepy: drop flake8-ignore from pytest.ini
This commit is contained in:
parent
da2b4c01b3
commit
b49036c652
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ buildPythonPackage rec {
|
|||
postPatch = ''
|
||||
substituteInPlace pytest.ini \
|
||||
--replace " --flake8 --cov-report xml --cov-report=term-missing --cov=josepy --cov-config .coveragerc" ""
|
||||
sed -i '/flake8-ignore/d' pytest.ini
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
|
Loading…
Reference in a new issue