-
Notifications
You must be signed in to change notification settings - Fork 247
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
Error importing unittest: No module named xmlrunner #267
Comments
|
https://github.com/pybuilder/pybuilder/blob/master/src/main/python/pybuilder/plugins/python/unittest_plugin.py#L42 - wrong dependency, let me fix this |
fixes pybuilder#267, connected to pybuilder#267
Workaround is: (venv)$ pip install unittest-xml-reporting |
Fixed as of 0.11.3.dev20151123211844. Please use (venv)$ pip install --upgrade --pre pybuilder |
Problem persists pyb: build.py has the following line: pip install unittest-xml-reporting ineeded fixes the problem as workaround, but problem as such seems not to be resolved. |
@UzLA It doesn't ;)
Unless you're running PyB as root/with sudo, PyB cannot install necessary plugins into |
Fair point! It is not an issue! And thanks for prompt response! |
If I replay the tutorial I get an error when I try to execute the first pyb with unit testing.
I attach the complete session (the full error is in the last lines):
The text was updated successfully, but these errors were encountered: