| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
It should be easy to fix tests by extending this fixture (https://github.com/python/core-workflow/blob/b3c68fe/cherry_picker/cherry_picker/test.py#L87-L91) to set local user and email in config. |
Sorry, something went wrong.
|
Oh, one more thing I meant to put in the initial comment: Unfortunately I probably won't find much time to tend to this PR properly. Feel free to make changes directly to the branch, that'll make things much faster. |
Sorry, something went wrong.
|
Another thing is that Travis CI seems to be going down now: ansible/molecule#1770 |
Sorry, something went wrong.
|
Git config related tests fixed. Now, there's two Unicode-related failures. |
Sorry, something went wrong.
|
Thanks!! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
I've set up a Windows build on Travis before, maybe I can help #296 a bit!
There's no Python pre-installed, but there's a package manager, choco, that can install it.
Currently, the tests fail because they seem to require Git's user.email and user.name to be set globally. They fail on my dev machine as well, since I don't have an e-mail set globally (I use different e-mail addresses on different repos).
Sadly, I can't devote time to fixing that issue, but I can help to reproduce or explain more if needed.
To try out changes privately, here's what I do: