forked from pool/python-pytest-spec
* pytest4.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-spec?expand=0&rev=4
22 lines
636 B
Diff
22 lines
636 B
Diff
From 1cd9ced1beda40b4a57af0774694d243a97dae53 Mon Sep 17 00:00:00 2001
|
|
From: Lumir Balhar <lbalhar@redhat.com>
|
|
Date: Mon, 6 May 2019 07:35:20 +0200
|
|
Subject: [PATCH] New section name in setup.cfg
|
|
|
|
Fixes the error: Failed: [pytest] section in setup.cfg files is
|
|
no longer supported, change to [tool:pytest] instead.
|
|
---
|
|
setup.cfg | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: pytest-spec-1.1.0/setup.cfg
|
|
===================================================================
|
|
--- pytest-spec-1.1.0.orig/setup.cfg
|
|
+++ pytest-spec-1.1.0/setup.cfg
|
|
@@ -1,4 +1,4 @@
|
|
-[pytest]
|
|
+[tool:pytest]
|
|
pep8maxlinelength = 150
|
|
|
|
[egg_info]
|