Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP1
python-nose2
fix-mock-dep.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-mock-dep.patch of Package python-nose2
Index: nose2-0.9.1/setup.py =================================================================== --- nose2-0.9.1.orig/setup.py +++ nose2-0.9.1/setup.py @@ -32,7 +32,7 @@ setup( # mock on py2, py3.4 and py3.5 # not just py2: py3 versions of mock don't all have the same # interface and this can cause issues - 'mock==2.0.0;python_version<"3.6"', + 'mock>=2.0.0;python_version<"3.6"', ], extras_require={ "coverage_plugin": ["coverage>=4.4.1"],
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor