mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-07-15 11:50:20 +00:00
- On Debian 10, pin pytest-bdd version to 3.2.1, this is the latest version that supports pytest 3.10.1. - Install wheel and pytest-xdist packages from the Debian repos. - Add git as a dependency for functional tests. - Fix regexp when getting Gecko version from the Github api, for some reason after colon, sometimes there is a space and sometimes not. Tests performed on Debian stable, testing and unstable: - Installing dependencies with the install.sh script succeeds. - No regressions when running tests. Signed-off-by: Veiko Aasa <veiko17@disroot.org>