nose-exclude icon indicating copy to clipboard operation
nose-exclude copied to clipboard

python 2.6: RuntimeWarning: Unable to load plugin nose_exclude = nose_exclude:NoseExclude: nose

Open kiminoa opened this issue 9 years ago • 0 comments

Anyone encountered this one before?

% python2.6 /usr/local/bin/nosetests --verbose -s <test_script>

/Library/Python/2.6/site-packages/nose/plugins/manager.py:395: RuntimeWarning: Unable to load plugin nose_exclude = nose_exclude:NoseExclude: nose RuntimeWarning)

% pip freeze |grep nose nose==1.3.7 nose-exclude==0.4.1

kiminoa avatar Sep 28 '15 17:09 kiminoa