Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP6:Update
python-exam
remove_nose.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File remove_nose.patch of Package python-exam
--- a/setup.py 2020-03-26 12:27:17.135857081 +0100 +++ b/setup.py 2020-03-26 12:27:32.139881471 +0100 @@ -10,14 +10,9 @@ install_requires = ['mock'] lint_requires = ['pep8', 'pyflakes'] -tests_require = ['nose'] - -if sys.version_info < (2, 7): - tests_require.append('unittest2') +tests_require = ['unittest'] setup_requires = [] -if 'nosetests' in sys.argv[1:]: - setup_requires.append('nose') setup( name='exam',
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