[Python-modules-commits] [python-keyring] 01/01: Remove pytest.ini in clean target, to make pytest work again.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Wed Dec 16 06:56:22 UTC 2015
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository python-keyring.
commit 7557f7d509fc78746ac5e3463663dd5835981765
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Wed Dec 16 09:55:19 2015 +0300
Remove pytest.ini in clean target, to make pytest work again.
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 66f6bc8..de03245 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ python-keyring (5.7.1-1) UNRELEASED; urgency=medium
* New upstream release.
* Drop python-fs build-dependency, to make merging into Ubuntu easier.
* Build-depend on setuptools-scm ≥ 1.9, as required by setup.py.
+ * Remove pytest.ini in clean target, to make pytest work again.
-- Dmitry Shachnev <mitya57 at debian.org> Tue, 15 Dec 2015 19:44:47 +0300
diff --git a/debian/rules b/debian/rules
index 7eb2c3c..b306b86 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@
override_dh_auto_clean:
dh_auto_clean
- rm -rf build keyring.egg-info
+ rm -rf build keyring.egg-info pytest.ini
find -type f -name *.pyc -delete
override_dh_installchangelogs:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-keyring.git
More information about the Python-modules-commits
mailing list