[Reproducible-builds] [dh-python] 68/183: s/py.test/pytest/
Jérémy Bobbio
lunar at moszumanska.debian.org
Fri Sep 19 15:30:21 UTC 2014
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch pu/reproducible_builds
in repository dh-python.
commit aaa3b3e488ef3c6c9a0a3cdd7231e17f2112fa20
Author: Piotr Ożarowski <piotr at debian.org>
Date: Wed Aug 7 23:56:25 2013 +0200
s/py.test/pytest/
---
pybuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pybuild b/pybuild
index 9ea6b93..3836986 100755
--- a/pybuild
+++ b/pybuild
@@ -359,9 +359,9 @@ def parse_args(argv):
tests.add_argument('--test-nose', action='store_true',
default=environ.get('PYBUILD_TEST_NOSE') == '1',
help='use nose module in --test step')
- tests.add_argument('--test-py-test', action='store_true',
- default=environ.get('PYBUILD_TEST_PY_TEST') == '1',
- help='use py.test module in --test step')
+ tests.add_argument('--test-pytest', action='store_true',
+ default=environ.get('PYBUILD_TEST_PYTEST') == '1',
+ help='use pytest module in --test step')
dirs = parser.add_argument_group('DIRECTORIES')
dirs.add_argument('-d', '--dir', action='store', metavar='DIR',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dh-python.git
More information about the Reproducible-builds
mailing list