[Python-modules-commits] [pyee] 01/02: Update tests to use pytest
Ethan Ward
ethanward-guest at moszumanska.debian.org
Thu Jul 27 17:19:19 UTC 2017
This is an automated email from the git hooks/post-receive script.
ethanward-guest pushed a commit to branch master
in repository pyee.
commit 59bf942d8927b694c472af698ed6b195a36a98cd
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date: Thu Jul 27 12:15:47 2017 -0500
Update tests to use pytest
---
debian/control | 4 ++++
debian/rules | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index bf577cf..9409412 100644
--- a/debian/control
+++ b/debian/control
@@ -6,10 +6,14 @@ Uploaders: Mycroft Devs <devops at mycroft.ai>
Build-Depends: debhelper (>= 10),
dh-python,
python-all,
+ python-mock,
+ python-pytest,
python-pytest-runner,
python-setuptools,
python-twisted,
python3-all,
+ python3-mock,
+ python3-pytest,
python3-pytest-runner,
python3-setuptools,
python3-twisted,
diff --git a/debian/rules b/debian/rules
index 1e8b073..1651afb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,4 @@
export PYBUILD_NAME=pyee
%:
- dh $@ --with python2,python3 --buildsystem=pybuild
+ dh $@ --with python2,python3 --buildsystem=pybuild --test-pytest
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyee.git
More information about the Python-modules-commits
mailing list