Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTravis CI tests fail when dist: xenial is used instead of dist: trusty #827
Labels
Comments
Even though I am as puzzled as you are, that particular test uses the git daemon to verify remote operation, without leaving the host. Possibly the git-daemon provided by this distro operates differently enough to make the test fail. Something I could imagine is to just disable it, for now, for the python versions that require it. I say this under the assumption that nobody has the time to figure what's really going on though. |
OK. I will add a PR for a @pytest.mark.xfail() |
cclauss
added a commit
to cclauss/GitPython
that referenced
this issue
Jan 21, 2019
This was referenced Jan 21, 2019
The root cause and fix is buried in #826 right now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why does git.test.test_remote.TestRemote fail in all versions of Python on Travis CI when dist: xenial is used instead of the Travis CI default of dist: trusty? For Python >= 3.7 it is required that Travis runs on Xenial: https://github.com/gitpython-developers/GitPython/blob/master/.travis.yml#L11-L14
https://travis-ci.org/gitpython-developers/GitPython/builds/481862926