Merge pull request #257392 from dotlambda/docformatter-1.7.5

python310Packages.docformatter: 1.6.4 -> 1.7.5
This commit is contained in:
Robert Schütz 2023-09-29 20:25:13 +00:00 committed by GitHub
commit f5892ddac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -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 = [

View File

@ -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",