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>
Thu, 5 Jun 2014 11:20:06 +0000 (14:20 +0300)
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
debian/control
setup.cfg
setup.py

index 2e71b798bb8e9ebb87e2c92188f710663a83e082..3b3cca0c80ad7496db80e9f7d896564c63b919cc 100644 (file)
@@ -13,7 +13,6 @@ Build-Depends:
  python (>> 2.6.6-3~),
  python-epydoc,
  python-nose,
- python-nosexcover,
  python-pkg-resources,
  python-setuptools,
  sgml2x,
index 8247159240ab0e8ca65a9194af0e3e7aed2f684a..1dcb4115b8b3d3f92b1519b94aa77e3d74404fa3 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' ],