File: exclude_tests

package info (click to toggle)
django-pipeline 1.3.24-0.2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 544 kB
  • ctags: 349
  • sloc: python: 1,706; makefile: 114
file content (16 lines) | stat: -rw-r--r-- 673 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: exclude tests
Author: Dmitry Nezhevenko <dion@dion.org.ua>

Index: django-pipeline-1.2.2.1/setup.py
===================================================================
--- django-pipeline-1.2.2.1.orig/setup.py	2012-05-17 19:51:39.000000000 +0300
+++ django-pipeline-1.2.2.1/setup.py	2012-05-17 20:02:29.000000000 +0300
@@ -12,7 +12,7 @@
     author='Timothée Peignier',
     author_email='timothee.peignier@tryphon.org',
     url='https://github.com/cyberdelia/django-pipeline',
-    packages=find_packages(),
+    packages=find_packages(exclude=('tests', 'tests.tests.*', 'tests.*',)),
     zip_safe=False,
     include_package_data=True,
     classifiers=[