[Python-modules-commits] [pytest] 06/11: Do not install pytest for now
Sebastian Ramacher
sramacher at moszumanska.debian.org
Sun Aug 21 18:01:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
sramacher pushed a commit to branch master
in repository pytest.
commit e74cf471527bd79ff8bb388a5628ed0256437b34
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Sun Aug 21 19:19:26 2016 +0200
Do not install pytest for now
---
debian/rules | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index a9b0f77..45854ab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,10 +26,11 @@ override_dh_auto_test:
override_dh_auto_install:
dh_auto_install
+ rm debian/python*-pytest/usr/bin/pytest
mv debian/python3-pytest/usr/bin/py.test \
debian/python3-pytest/usr/bin/py.test-3
- mv debian/python3-pytest/usr/bin/pytest \
- debian/python3-pytest/usr/bin/pytest-3
+ # mv debian/python3-pytest/usr/bin/pytest \
+ # debian/python3-pytest/usr/bin/pytest-3
override_dh_auto_clean:
rm -rf doc/en/_build
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest.git
More information about the Python-modules-commits
mailing list