Peter Šurda
Peter Šurda
@cartr I suspect it's due to outdated CA for curl in my installation. I'll retry with an updated one.
sorry, even after updating the CA still not working. I'll try to provide more logs.
I tried to debug. The result is the same on Big Sur. I don't have experience with ruby but the loop starting at https://github.com/cartr/homebrew-qt4/blob/1794070295f5fdadf59a5c6308eb3ed8fc57d6ff/pyqt%404.rb#L30 seems not to execute at all....
> Wrong placement. There shouldn't be a `mock` package, because the end user doesn't need it. Please move into tests. There are some technical difficulties with such an approach at...
Update on how to deal with this: - it helps if you use BuildKit for building. You can enable it by `export DOCKER_BUILDKIT=1` before running `docker build` - if BuildKit...
> In my `ci` branch I [have](https://github.com/g1itch/PyBitmessage/blob/ci/.travis.yml#L20) `python "3.6"` in `allow_failures` and build itself succeeds if python3 part fails. But we all see the failures. This is interesting, unfortunately it...
That particular feature is supported. However the VMs don't have python 3.6 so the tests can't run. I'll add python 3.6 into the VMs and then rerun your tests, but...
@g1itch The VMs I use for buildbot now should support python3.6 through python3.10. No need to change anything, just put the desired version(s) into `.travis.yml` like you're doing in #1725....
@g1itch Your proposals make sense. I appreciate you giving feedback to the other developers. Unfortunately for personal reasons I have very little time to code review nowadays. I also didn't...
Yes I want this too.