Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run_tests.sh script does not install for dependencies #73

Closed
jwflory opened this issue Jan 17, 2016 · 1 comment
Closed

run_tests.sh script does not install for dependencies #73

jwflory opened this issue Jan 17, 2016 · 1 comment

Comments

@jwflory
Copy link
Member

jwflory commented Jan 17, 2016

When trying to test local changes of møte, the run_tests.sh script fails with the following stacktrace.

./run_tests.sh 
 Setting up test environment...
 Running nosetests...
./run_tests.sh: line 55: nosetests: command not found
 Cleaning up...

Running dnf provides nosetests provides no results. Not sure if this is a typo for another command or if it's a package that needs to be installed for the script to work as expected.

@cydrobolt
Copy link
Contributor

Right. You need to install the dependencies before you can run the tests.

Try this: pip install -r requirements.txt

For future reference, nose is provided by pip: pip install nose
I believe it is also available in dnf: dnf install python-nose

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants