about summary refs log tree commit diff
path: root/pkgs/development/python-modules/josepy
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-16 16:50:55 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-23 01:09:33 +0100
commitb49036c6525a08fe6dc438d67c5a89f0f9c8622e (patch)
treefc6b945a55d69168dcb82ee5fafd65df9b676fcf /pkgs/development/python-modules/josepy
parentda2b4c01b31db1d1596b9c419c86aabd14d2666d (diff)
python3Packages.josepy: drop flake8-ignore from pytest.ini
Diffstat (limited to 'pkgs/development/python-modules/josepy')
-rw-r--r--pkgs/development/python-modules/josepy/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/josepy/default.nix b/pkgs/development/python-modules/josepy/default.nix
index 140b65c737724..036b60e9eca25 100644
--- a/pkgs/development/python-modules/josepy/default.nix
+++ b/pkgs/development/python-modules/josepy/default.nix
@@ -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 = [