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

Add a missing dependency (nose-timer). #1

Merged
merged 1 commit into from
Jan 6, 2018

Conversation

sopticek
Copy link
Contributor

@sopticek sopticek commented Jan 6, 2018

Without it, make tests-timings fails with the following error:

nosetests: error: no such option: --with-timer

In check_dependencies.py, we have to write 'nosetimer' instead of 'nose-timer'
because the package is called 'nosetimer'.

Without it, `make tests-timings` fails with the following error:

    nosetests: error: no such option: --with-timer

In check_dependencies.py, we have to write 'nosetimer' instead of 'nose-timer'
because the package is called 'nosetimer'.
@s3rvac s3rvac self-assigned this Jan 6, 2018
@s3rvac s3rvac self-requested a review January 6, 2018 13:29
@s3rvac s3rvac added the bug label Jan 6, 2018
@s3rvac
Copy link
Member

s3rvac commented Jan 6, 2018

Nice catch! Thank you ❤️

@s3rvac s3rvac merged commit 8d7045e into avast:master Jan 6, 2018
@sopticek sopticek deleted the nose-timer branch January 6, 2018 13:35
@s3rvac s3rvac added the C-deps label Jan 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants