Merge pull request #257392 from dotlambda/docformatter-1.7.5

python310Packages.docformatter: 1.6.4 -> 1.7.5

authored by Robert Schütz and committed by GitHub f5892dda 0a3bab44

+5 -5
+2 -2
pkgs/development/python-modules/docformatter/default.nix
··· 12 13 buildPythonPackage rec { 14 pname = "docformatter"; 15 - version = "1.6.4"; 16 17 disabled = pythonOlder "3.7"; 18 ··· 22 owner = "PyCQA"; 23 repo = pname; 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-OQNE6Is1Pl0uoAkFYh4M+c8oNWL/uIh4X0hv8X0Qt/g="; 26 }; 27 28 patches = [
··· 12 13 buildPythonPackage rec { 14 pname = "docformatter"; 15 + version = "1.7.5"; 16 17 disabled = pythonOlder "3.7"; 18 ··· 22 owner = "PyCQA"; 23 repo = pname; 24 rev = "refs/tags/v${version}"; 25 + hash = "sha256-QUjeG84KwI5Y3MU1wrmjHBXU2tEJ0CuiR3Y/S+dX7Gs="; 26 }; 27 28 patches = [
+3 -3
pkgs/development/python-modules/docformatter/test-path.patch
··· 1 diff --git a/tests/conftest.py b/tests/conftest.py 2 - index 5f5a9aa..3289222 100644 3 --- a/tests/conftest.py 4 +++ b/tests/conftest.py 5 - @@ -92,21 +92,9 @@ def run_docformatter(arguments, temporary_file): 6 7 Return subprocess object. 8 """ 9 - if "DOCFORMATTER_COVERAGE" in os.environ and int( 10 - - os.environ["DOCFORMATTER_COVERAGE"] 11 - ): 12 - DOCFORMATTER_COMMAND = [ 13 - "coverage",
··· 1 diff --git a/tests/conftest.py b/tests/conftest.py 2 + index 762d246..7f86763 100644 3 --- a/tests/conftest.py 4 +++ b/tests/conftest.py 5 + @@ -101,21 +101,9 @@ def run_docformatter(arguments, temporary_file): 6 7 Return subprocess object. 8 """ 9 - if "DOCFORMATTER_COVERAGE" in os.environ and int( 10 + - os.environ["DOCFORMATTER_COVERAGE"] 11 - ): 12 - DOCFORMATTER_COMMAND = [ 13 - "coverage",