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

Michael Fladischer fladi at moszumanska.debian.org
Fri Mar 10 08:26:20 UTC 2017


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

fladi pushed a commit to branch master
in repository pilkit.

commit 6bd22cad1d343744fa88eaf8ee60ba5bf1887cb2
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 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.py b/setup.py
index 6f23695..5bc7917 100644
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,6 @@ setup(
     tests_require=[
         'mock>=1.0.1',
         'nose>=1.3.6',
-        'nose-progressive>=1.5.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