nose-performance
nose-performance copied to clipboard
Unable to Run Example
Unable to run example on python 3.6/OSX 10.11
Steps to reproduce:
git clone [email protected]:disqus/nose-performance.git
cd nose-performance
virtualenv --python=$(which python3) VE
source VE/bin/activate
python setup.py install
pip install django
pip install django-nose
python runtests.py --with-performance example/
Traceback (most recent call last):
File "runtests.py", line 46, in <module>
parser.add_options(NoseTestSuiteRunner.options)
AttributeError: type object 'NoseTestSuiteRunner' has no attribute 'options'
Same issue here.