Disable xcover support for nose
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Mon, 22 Apr 2013 11:11:32 +0000 (14:11 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 7 Jan 2014 14:21:30 +0000 (16:21 +0200)
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
debian/control
setup.cfg
setup.py

index 2894a0ff2255124c6e629aa712b532247c81b7f8..2d3339c6cea38cf95d0c0d9647e465ce49e15e90 100644 (file)
@@ -14,7 +14,6 @@ Build-Depends:
  python-coverage,
  python-epydoc,
  python-nose,
- python-nosexcover,
  python-pkg-resources,
  python-setuptools,
  sgml2x,
index da16b1624b775adc548f8dbdd440846b2094f82e..556a56f16109bb4643decf88bccd4810db9f639e 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [nosetests]
 with-doctest=1
-with-xcoverage=1
+#with-xcoverage=1
 with-xunit=1
 cover-package=gbp
 cover-erase=1
index 4579d02519e0d685d40c800c0db8ee24961b36ea..9506a5d1f6ee7a0e67b0e4a45dd1dc61c308afe1 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -62,7 +62,7 @@ setup(name = "gbp",
                   'bin/git-import-orig-rpm'],
       packages = find_packages(exclude=['tests', 'tests.*']),
       data_files = [("/etc/git-buildpackage/", ["gbp.conf"]),],
-      setup_requires=['nose>=0.11.1', 'coverage>=2.85', 'nosexcover>=1.0.7'] if \
+      setup_requires=['nose>=0.11.1', 'coverage>=2.85'] if \
                         os.getenv('WITHOUT_NOSETESTS') is None else [],
       entry_points = {
           'console_scripts': [ 'gbp = gbp.scripts.supercommand:supercommand' ],