python3Packages.docformatter: 1.6.4 -> 1.7.5

This commit is contained in:
Martin Weinelt
2023-09-27 15:33:30 +02:00
parent b95727f367
commit 1b3f4458ee
2 changed files with 5 additions and 5 deletions
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "docformatter";
version = "1.6.4";
version = "1.7.5";
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "PyCQA";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-OQNE6Is1Pl0uoAkFYh4M+c8oNWL/uIh4X0hv8X0Qt/g=";
hash = "sha256-QUjeG84KwI5Y3MU1wrmjHBXU2tEJ0CuiR3Y/S+dX7Gs=";
};
patches = [
@@ -1,13 +1,13 @@
diff --git a/tests/conftest.py b/tests/conftest.py
index 5f5a9aa..3289222 100644
index 762d246..7f86763 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -92,21 +92,9 @@ def run_docformatter(arguments, temporary_file):
@@ -101,21 +101,9 @@ def run_docformatter(arguments, temporary_file):
Return subprocess object.
"""
- if "DOCFORMATTER_COVERAGE" in os.environ and int(
- os.environ["DOCFORMATTER_COVERAGE"]
- os.environ["DOCFORMATTER_COVERAGE"]
- ):
- DOCFORMATTER_COMMAND = [
- "coverage",