[python-pymeasure] 01/05: Relax build dependency on pytest
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Sun Sep 24 17:53:00 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-pymeasure.
commit cfb81ca3d27d193ffa2ab05c70e9fe6b2cdff098
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Sun Sep 24 18:32:37 2017 +0100
Relax build dependency on pytest
- New patch No-pytest-runner.patch
- Drop build dependency on pytest-runner
Gbp-Dch: Full
---
debian/control | 1 -
debian/patches/No-pytest-runner.patch | 22 ++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 23 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 63a85c4..40ebb9d 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,6 @@ Build-Depends: debhelper (>= 10),
python3-pandas,
python3-pyqtgraph (>= 0.9.10),
python3-pytest,
- python3-pytest-runner,
python3-pyvisa,
python3-serial (>= 2.7),
python3-setuptools,
diff --git a/debian/patches/No-pytest-runner.patch b/debian/patches/No-pytest-runner.patch
new file mode 100644
index 0000000..a0e3ccf
--- /dev/null
+++ b/debian/patches/No-pytest-runner.patch
@@ -0,0 +1,22 @@
+From: Ghislain Antony Vaillant <ghisvail at gmail.com>
+Date: Sun, 24 Sep 2017 18:31:05 +0100
+Subject: No pytest runner
+
+---
+ setup.py | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/setup.py b/setup.py
+index b0c4108..ce1b4bd 100644
+--- a/setup.py
++++ b/setup.py
+@@ -50,9 +50,6 @@ setup(
+ 'cloudpickle >= 0.3.1'
+ ]
+ },
+- setup_requires=[
+- 'pytest-runner'
+- ],
+ tests_require=[
+ 'pytest >= 2.9.1'
+ ],
diff --git a/debian/patches/series b/debian/patches/series
index b9473fd..505c14e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
No-privacy-breach.patch
+No-pytest-runner.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-pymeasure.git
More information about the debian-science-commits
mailing list