[Pkg-privacy-commits] [onionbalance] 81/117: Change order of pytest and pytest-mock to prevent bug with pip search order
Donncha O'Cearbahill
donncha-guest at moszumanska.debian.org
Wed Dec 16 23:18:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
donncha-guest pushed a commit to branch debian/sid
in repository onionbalance.
commit cf96136407fdac1d92fb2dad80ee43bd467e3cbd
Author: Donncha O'Cearbhaill <donncha at donncha.is>
Date: Tue Jun 30 17:59:34 2015 +0100
Change order of pytest and pytest-mock to prevent bug with pip search order
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index a94be3b..19be4ef 100644
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ setup(
'schedule>=0.3.1',
'future>=0.14.0',
],
- tests_require=['tox', 'pytest', 'mock', 'pytest-mock', 'pexpect'],
+ tests_require=['tox', 'pytest-mock', 'pytest', 'mock', 'pexpect'],
package_data={'onionbalance': ['data/*']},
include_package_data=True,
classifiers=[
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionbalance.git
More information about the Pkg-privacy-commits
mailing list