-
Notifications
You must be signed in to change notification settings - Fork 260
integrationtest plugin causes build failure with version 0.11.2, works in 0.11.1 #230
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
Comments
Yeah makes sense, flake8 now tries to lint the directory instead of globbing files. Thanks for reporting. |
I'll fix this |
arcivanov
added a commit
to arcivanov/pybuilder
that referenced
this issue
Nov 3, 2015
arcivanov
added a commit
to arcivanov/pybuilder
that referenced
this issue
Nov 3, 2015
arcivanov
added a commit
to arcivanov/pybuilder
that referenced
this issue
Nov 3, 2015
arcivanov
added a commit
to arcivanov/pybuilder
that referenced
this issue
Nov 3, 2015
arcivanov
added a commit
to arcivanov/pybuilder
that referenced
this issue
Nov 3, 2015
arcivanov
added a commit
to arcivanov/pybuilder
that referenced
this issue
Nov 4, 2015
Thanks a lot for the fix! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
I encountered an issue with pybuilder version 0.11.2. Running "pyb analyze" fails with
You can see this on Travis CI:
https://travis-ci.org/ImmobilienScout24/afp-core/builds/88392996
When I downgrade pybuilder to version 0.11.1, it works:
https://travis-ci.org/ImmobilienScout24/afp-core/builds/88395058
The reason is that my build.py includes the integrationtest plugin, but there is actually no /src/integrationtest/ directory. Version 0.11.1 did not have a problem with that. When I remove the plugin from my build.py, things work again, even with 0.11.2.
The text was updated successfully, but these errors were encountered: