What version of py.test is installed? pip freeze | grep pytest
Mine says: pytest==2.5.1 pytest-cov==1.6 pytest-xdist==1.8 --------- Matt Taylor OS Community Flag-Bearer Numenta On Sun, Mar 13, 2016 at 8:43 AM, Laurent Julliard <[email protected]> wrote: > Hi, > > I followed the NuPIC installation instructions for Ubuntu 14.04 (see > https://github.com/numenta/nupic/wiki/Compiling-NuPIC-on-Ubuntu-14). > Everything went well till the final 'Run tests' section. > > The following command > > python $NUPIC/scripts/run_nupic_tests.py -u > > gave the following error : > > * py.test: error: unrecognized arguments: --boxed* > inifile: None > rootdir: /misc/applications/Numenta/NuPIC/source/nupic > > I tried installing the pytest-xdist with pip but the problem is still > there. > > Any idea ? > > -- > Laurent Julliard > Twitter @lrjay >
