dangerzone/dev_scripts
deeplow 84b8212e5d
Fix test instability: pytest in seq. podman<4.3.0
Instability in the automated tests sometimes would sometimes fail when
running "podman images --format {{.ID}}". It turns out that in versions
prior to podman 4.3.0, podman volumes (stored in
~/.local/share/contaiers) would get corrupted when multiple tests were
run in parallel.

The current solution is to wrap the test command to run sequentially in
versions prior to the fix and in parallel for versions after that.

Fixes #217
2023-01-09 11:54:24 +00:00
..
dangerzone sort imports with isort linter 2022-08-22 10:15:26 +01:00
dangerzone-cli Refactor dangerzone to move GUI code into its own module 2021-06-09 15:24:03 -07:00
dangerzone-cli.bat Change a bunch of stuff so Windows will work again 2021-06-16 16:55:25 -07:00
dangerzone.bat Change a bunch of stuff so Windows will work again 2021-06-16 16:55:25 -07:00
pytest-wrapper.py Fix test instability: pytest in seq. podman<4.3.0 2023-01-09 11:54:24 +00:00