diff --git a/.copier-answers.yml b/.copier-answers.yml index 250b7fa..15ffac3 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,6 +1,6 @@ # Changes here will be overwritten by Copier -_commit: 0.1.61 +_commit: 0.1.63 _src_path: git@bbpgitlab.epfl.ch:neuromath/python-template.git author_email: '' author_name: Blue Brain Project, EPFL diff --git a/.pylintrc b/.pylintrc index 3260a86..915049e 100644 --- a/.pylintrc +++ b/.pylintrc @@ -7,8 +7,9 @@ disable= len-as-condition, no-else-return, too-many-arguments, - too-many-return-statements, too-many-branches, + too-many-positional-arguments, + too-many-return-statements, too-many-statements [FORMAT] diff --git a/setup.py b/setup.py index 22579b1..0951c75 100644 --- a/setup.py +++ b/setup.py @@ -47,8 +47,8 @@ "morph_tool>=2.11.1,<3.0", "pytest>=7", "pytest-console-scripts>=1.4", - "pytest-cov>=3", - "pytest-html>=2", + "pytest-cov>=4.1", + "pytest-html>=3.2", "pytest-xdist>=2", ]