[Python-modules-commits] [python-mechanicalsoup] 06/08: Avoid dependency on pytest-runner

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Oct 10 14:52:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository python-mechanicalsoup.

commit 441e9fea5d5ab28458ce76607eec29a6a2a03d87
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Tue Oct 10 11:26:35 2017 +0100

    Avoid dependency on pytest-runner
    
    - New patch No-pytest-runner.patch
    
    Gbp-Dch: Full
---
 debian/patches/No-pytest-runner.patch | 22 ++++++++++++++++++++++
 debian/patches/series                 |  1 +
 2 files changed, 23 insertions(+)

diff --git a/debian/patches/No-pytest-runner.patch b/debian/patches/No-pytest-runner.patch
new file mode 100644
index 0000000..98a4e6d
--- /dev/null
+++ b/debian/patches/No-pytest-runner.patch
@@ -0,0 +1,22 @@
+From: Ghislain Antony Vaillant <ghisvail at gmail.com>
+Date: Tue, 10 Oct 2017 11:26:22 +0100
+Subject: No pytest-runner
+
+---
+ setup.py | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/setup.py b/setup.py
+index 288d4b3..9388e8a 100644
+--- a/setup.py
++++ b/setup.py
+@@ -44,9 +44,6 @@ setup(
+         'beautifulsoup4',
+         'six >= 1.4'
+     ],
+-    setup_requires=[
+-        'pytest-runner',
+-    ],
+     tests_require=[
+         'pytest',
+         'pytest-cov',
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..0e889be
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+No-pytest-runner.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-mechanicalsoup.git



More information about the Python-modules-commits mailing list