- Feb 13, 2020
-
-
Signed-off-by:
Danct12 <danct12@disroot.org>
-
Leo authored
-
Leo authored
-
Rasmus Thomsen authored
-
-
This change disables warnings from pytest. The warnings results in verbose output from `check()` including a list of test names in the logs. After disabling the warnings, the last 500 KiB of the logs as shown in the GitLab web UI becomes useful again and will include the details of failing tests. This change also disables a test that fails intermittently.
-
The bean-file command which is a part of this package uses pytest at run time. It is used indirectly through <https://bitbucket.org/blais/beancount/src/default/beancount/ingest/__init__.py> which is installed to `usr/lib/python3.8/site-packages/beancount/ingest/__init__.py` and uses pytest at line 13. Before this change: 1. Install beancount: `sudo apk add beancount` 2. Check that `py3-pytest` is not installed: `apk list --installed '*pytest*'` 3. Running `/usr/bin/bean-file` gives the output below: ``` Traceback (most recent call last): File "/usr/bin/bean-file", line 4, in <module> from beancount.ingest.file import main; main() File "/usr/lib/python3.8/site-packages/beancount/ingest/__init__.py", line 13, in <module> import pytest ModuleNotFoundError: No module named 'pytest' ``` After this change `/usr/bin/bean-file` behaves as expected.
-
-
-
-
-
-
-
-
-
The parallel build fix patch does no longer apply cleanly. Instead of patching the build system, which seems to be an error-prone and laborious process to me, simply disable parallel builds for this aport. Also the bottleneck (in terms of time it takes to build the aport) isn't the build() it's the check() function.
-
Signed-off-by:
Danct12 <danct12@disroot.org>
-
Leo authored
-
Leo authored
-
Rasmus Thomsen authored
-
Kevin Daudt authored
-
Leo authored
-
Leo authored
-
Leo authored
-
Leo authored
-
Leo authored
-
Leo authored
-
Leo authored
-
Rasmus Thomsen authored
https://wiki.gnome.org/Apps/DejaDup Simple backup tool for GNOME
-
Rasmus Thomsen authored
-
Leo authored
-
Leo authored
-
Leo authored
-
Leo authored
-
Leo authored
-
Leo authored
-
Leo authored
-
Leo authored
-
Leo authored
-