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

Unable to Run Example

Open jeffquinn-nuna opened this issue 8 years ago • 1 comments

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'

jeffquinn-nuna avatar May 19 '17 19:05 jeffquinn-nuna

Same issue here.

isaacbernat avatar Apr 06 '18 09:04 isaacbernat