[Python-modules-commits] [pilkit] 04/06: Allow newer versions of mock and nose to be used by tests.

Michael Fladischer fladi at moszumanska.debian.org
Mon Dec 7 15:18:05 UTC 2015


This is an automated email from the git hooks/post-receive script.

fladi pushed a commit to branch master
in repository pilkit.

commit bc9e631c9206353b3baa11c905231185ad290ae9
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Mon Dec 7 15:01:04 2015 +0100

    Allow newer versions of mock and nose to be used by tests.
---
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 9d768e6..d957166 100644
--- a/setup.py
+++ b/setup.py
@@ -32,8 +32,8 @@ setup(
     zip_safe=False,
     include_package_data=True,
     tests_require=[
-        'mock==1.0.1',
-        'nose==1.2.1',
+        'mock>=1.0.1',
+        'nose>=1.2.1',
         'Pillow',
     ],
     test_suite='nose.collector',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pilkit.git



More information about the Python-modules-commits mailing list