From 074fc783b846a135b70c97473c5bc74ae55c3b3c Mon Sep 17 00:00:00 2001 From: omni <omni+alpine@hack.org> Date: Fri, 5 Mar 2021 02:59:17 +0000 Subject: [PATCH] testing/magic-wormhole: tox --- testing/magic-wormhole/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/magic-wormhole/APKBUILD b/testing/magic-wormhole/APKBUILD index 052c961efc6c..d0b4df55dcbf 100644 --- a/testing/magic-wormhole/APKBUILD +++ b/testing/magic-wormhole/APKBUILD @@ -15,7 +15,7 @@ makedepends=" python3-dev " checkdepends=" - py3-pytest py3-pytest-runner py3-mock + py3-tox py3-pytest py3-pytest-runner py3-mock libffi-dev magic-wormhole-transit-relay magic-wormhole-mailbox-server @@ -28,7 +28,7 @@ build() { } check() { - python3 setup.py test + tox } package() { -- GitLab