File: No-pytest-runner.patch

package info (click to toggle)
python-mechanicalsoup 0.10.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 424 kB
  • sloc: python: 1,484; makefile: 4
file content (19 lines) | stat: -rw-r--r-- 587 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Ghislain Antony Vaillant <ghisvail@gmail.com>
Date: Tue, 10 Oct 2017 11:26:22 +0100
Subject: No pytest-runner

---
 setup.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.py b/setup.py
index c7fe7a4..4971f73 100644
--- a/setup.py
+++ b/setup.py
@@ -62,6 +62,5 @@ setup(
     # "install_requires" vs pip's requirements files see:
     # https://packaging.python.org/en/latest/requirements.html
     install_requires=requirements_from_file('requirements.txt'),
-    setup_requires=['pytest-runner'],
     tests_require=requirements_from_file('tests/requirements.txt'),
 )