[Python-modules-commits] [django-celery] 02/10: Remove pretty-printing nose-cover3 from build.
Michael Fladischer
fladi at moszumanska.debian.org
Mon Oct 19 07:17:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to annotated tag debian/3.1.17-1
in repository django-celery.
commit 8623ba181ad7bfcf6b82b8353ef2b20328b9076d
Author: Michael Fladischer <fladi at debian.org>
Date: Thu Oct 8 08:50:25 2015 -0700
Remove pretty-printing nose-cover3 from build.
nose-cover3 is not essential to the build-proccess and is not packaged
for Debian. Thus removing it from the sources.
Forwarded: not-needed
Last-Update: 2011-11-28
Patch-Name: fix_dependencies.patch
---
requirements/test.txt | 1 -
setup.py | 7 -------
tests/settings.py | 3 ---
3 files changed, 11 deletions(-)
diff --git a/requirements/test.txt b/requirements/test.txt
index 9e63952..f2e10a0 100644
--- a/requirements/test.txt
+++ b/requirements/test.txt
@@ -1,7 +1,6 @@
unittest2>=0.4.0
coverage>=3.0
nose
-nose-cover3
mock
django-nose
python-memcached
diff --git a/setup.py b/setup.py
index 31ca26c..ce02fb7 100755
--- a/setup.py
+++ b/setup.py
@@ -147,16 +147,9 @@ class CIRunTests(RunTests):
def extra_args(self):
toxinidir = os.environ.get('TOXINIDIR', '')
return [
- '--with-coverage3',
- '--cover3-xml',
- '--cover3-xml-file=%s' % (
- os.path.join(toxinidir, 'coverage.xml'), ),
'--with-xunit',
'--xunit-file=%s' % (
os.path.join(toxinidir, 'nosetests.xml'), ),
- '--cover3-html',
- '--cover3-html-dir=%s' % (
- os.path.join(toxinidir, 'cover'), ),
]
diff --git a/tests/settings.py b/tests/settings.py
index 73b5d2e..9a52cb7 100644
--- a/tests/settings.py
+++ b/tests/settings.py
@@ -43,9 +43,6 @@ COVERAGE_EXCLUDE_MODULES = (
NOSE_ARGS = [
os.path.join(here, os.pardir, 'djcelery', 'tests'),
os.environ.get('NOSE_VERBOSE') and '--verbose' or '',
- '--cover3-package=djcelery',
- '--cover3-branch',
- '--cover3-exclude=%s' % ','.join(COVERAGE_EXCLUDE_MODULES),
]
BROKER_URL = 'amqp://'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-celery.git
More information about the Python-modules-commits
mailing list