Changes between Initial Version and Version 2 of Ticket #51784


Ignore:
Timestamp:
Jul 6, 2016, 8:39:56 PM (8 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51784

    • Property Keywords nosetests rudolf removed
    • Property Port @0.3_0 removed
  • Ticket #51784 – Description

    initial v2  
    11Every time you run nosetests-2.7 you get a runtime warning:
    2 
     2{{{
    33bash-3.2$ nosetests
    44/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose/plugins/manager.py:395: RuntimeWarning: Unable to load plugin color = rudolf:ColorOutputPlugin: (nose 1.3.7 (/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages), Requirement.parse('nose==dev,>=0.1.0'))
    55RuntimeWarning)
    6 
     6}}}
    77This comes from a bad egg-info file produced by the setup.py in the py-rudolf package.  It was fixed in Jan 2015 in the upstream source at https://github.com/bitprophet/rudolf/commits/master commit c5543e4; the install_requires string should not include ", ==dev".
    88