aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptrcnull <git@ptrcnull.me>2024-03-28 10:39:15 +0100
committerptrcnull <git@ptrcnull.me>2024-03-28 10:39:15 +0100
commit0527897f85da56aeda3db36b7546f2409c8730dd (patch)
tree66e8d57d54dabf652072cd1063b5bf0f43d5fa35
parent3dd794597b87caa4bc4ea8d31365455f80da3bcb (diff)
community/py3-gettext: fix running testsHEADmaster
-rw-r--r--community/py3-gettext/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-gettext/APKBUILD b/community/py3-gettext/APKBUILD
index d77a3dc48e9..e0d534a5bca 100644
--- a/community/py3-gettext/APKBUILD
+++ b/community/py3-gettext/APKBUILD
@@ -26,7 +26,7 @@ build() {
}
check() {
- PYTHONPATH=build/lib python3 -m unittest
+ PYTHONPATH=build/lib python3 -m unittest discover -s src/pythongettext
}
package() {