Package: python-shade
Version: 0.6.1-1

debian/control should honor DEB_BUILD_OPTIONS=nocheck so we can skip
running the tests when building the package.


It should be all about using:

  override_dh_auto_test:
+ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
        python setup.py testr --slowest
+ endif



-- 
Antoine "hashar" Musso

Reply via email to