From 42e72813e9415ddb42215d9800efae4cf2cfde98 Mon Sep 17 00:00:00 2001 From: Victor Engmark Date: Wed, 25 May 2022 09:57:20 +1200 Subject: [PATCH] Add pytest-runner to py-multihash build inputs --- overrides/build-systems.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index dca0936..978ee3d 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -982,6 +982,9 @@ "pvo": [ "poetry-core" ], + "py-multihash": [ + "pytest-runner" + ], "py-synologydsm-api": [ "poetry-core" ],