Peter Šurda
Peter Šurda
``` brew install --build-bottle pyqt@4 [email protected] in dir /var/lib/buildbot/workers/default/elcapprereqsbuilder/build (timeout 1200 secs) watching logfiles {} argv: [b'brew', b'install', b'--build-bottle', b'pyqt@4', b'[email protected]'] environment: HOME=/var/lib/buildbot HOMEBREW_CURLRC=0 HOMEBREW_MAKE_JOBS=-j16 HOMEBREW_NO_AUTO_UPDATE=1 LC_CTYPE=UTF-8 LOGNAME=buildbot MAKEOPTS=-j16 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/var/lib/buildbot/.local/bin...
- also enable network tests
Using the principles of continuous delivery, port to python 3 should progress as following: - the first PR will add allow travis to run python3 while successfully doing nothing. The...
This is reminder, the SQL files need to be added to the manifest or the APK won't work. Can't be done in upstream as the `buildozer.spec` hasn't been merged yet.
`dontconnect` option is handled differently when using a UI, therefore the core tests don't pick up this code path. Once we have UI tests, we need to add a separate...
[Darling](https://www.darlinghq.org) is an implementation of macOS system interfaces on linux, similarly like [wine](https://www.winehq.org) is an implementation of Windows system on linux. Based on my research there is a good chance...
The `buildscripts/docker/Dockerfile.bionic` doesn't work on arm architecture (Apple M1, Raspberry Pi, ...).
Sometimes API tests for `sendBroadcast` fail, and it looks like the `ackdata` that is returned by `helper_sent.insert` is inconsistent with the `ackdata` which is returned when reading the corresponding database...
`bitmessagemain.py` can't be executed directly anymore due to removing of relative imports (well technically it can but you still need to build the modules first). Installation documentation needs to be...
Create the following mock threads that can be used for UI tests - [ ] worker (pretend to do PoW and mark message as sent after a while, or pretend...