From 7384c55b85413421c627d70c1f4e9e33886a7b68 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Apr 08 2013 20:25:02 +0000 Subject: Remove test-templates.tar.bz2 and clean up %check --- diff --git a/TurboGears2.spec b/TurboGears2.spec index 1a653e2..8d39117 100644 --- a/TurboGears2.spec +++ b/TurboGears2.spec @@ -88,14 +88,7 @@ rm -rf %{buildroot} python setup.py install --skip-build --root %{buildroot} %check -# TG2 tarball currently doesn't contain everything needed to run tests, -# so we create an additional tarball with the remaining files by running: -# tar -cjf test-templates.tar.bz2 `find tests -name '*.html' -or -name '*.mak'` -tar -jxvf %{SOURCE1} -mkdir tests/test_stack/config/templates -mkdir tests/test_stack/dispatch/templates - -PYTHONPATH=$(pwd) nosetests -q +PYTHONPATH=$(pwd) python setup.py test rm -fr %{buildroot}%{python_sitelib}/tests %clean diff --git a/test-templates.tar.bz2 b/test-templates.tar.bz2 deleted file mode 100644 index c73b7ef..0000000 Binary files a/test-templates.tar.bz2 and /dev/null differ