1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 17:25:17 +03:00
aports/testing/py3-dnsrobocert/pebble.patch
Duncan Bellamy 6b2c53ae27 testing/py3-dnsrobocert: build using pyproject2setuppy
* enable tests
* fix py3-coloredlogs dependency
2021-06-28 16:11:17 +00:00

15 lines
542 B
Diff

use alpine pebble instead of downloading
--- a/test/integration_tests/dnsrobocert_test.py
+++ b/test/integration_tests/dnsrobocert_test.py
@@ -87,7 +87,9 @@
workspace = tmp_path / "workspace"
os.mkdir(str(workspace))
- pebble_path, challtestsrv_path, pebble_config_path = _fetch(str(workspace))
+ pebble_path = "/usr/bin/pebble"
+ challtestsrv_path = "/usr/bin/pebble-challtestsrv"
+ pebble_config_path = _build_pebble_config(str(workspace))
environ = os.environ.copy()
environ["PEBBLE_VA_NOSLEEP"] = "1"