summaryrefslogtreecommitdiff
path: root/dev-python/django-mptt/files/exclude_tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/django-mptt/files/exclude_tests.patch')
-rw-r--r--dev-python/django-mptt/files/exclude_tests.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-python/django-mptt/files/exclude_tests.patch b/dev-python/django-mptt/files/exclude_tests.patch
deleted file mode 100644
index 36b5ad493689..000000000000
--- a/dev-python/django-mptt/files/exclude_tests.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig 2016-06-27 08:09:57.408674058 +0200
-+++ setup.py 2016-06-27 08:10:31.112007190 +0200
-@@ -12,7 +12,7 @@
- author_email='craig.ds@gmail.com',
- url='http://github.com/django-mptt/django-mptt',
- license='MIT License',
-- packages=find_packages(),
-+ packages=find_packages(exclude=('tests', 'tests.*',)),
- include_package_data=True,
- install_requires=(
- 'Django>=1.8',