From c8a8a23910b0145e928c15b5341096650e9aba87 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 28 Oct 2023 22:11:19 +0300 Subject: [PATCH] python3-atomicwrites --- programming/language/python3/python3-atomicwrites/actions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programming/language/python3/python3-atomicwrites/actions.py b/programming/language/python3/python3-atomicwrites/actions.py index a173bda1ac..659f05a40a 100644 --- a/programming/language/python3/python3-atomicwrites/actions.py +++ b/programming/language/python3/python3-atomicwrites/actions.py @@ -11,8 +11,8 @@ from pisi.actionsapi import get def build(): python3modules.compile(pyVer="3") -def check(): - shelltools.system("PYTHONPATH=build:%s/python-atomicwrites-1.4.1/build/lib py.test" % get.workDIR()) +# def check(): + # shelltools.system("PYTHONPATH=build:%s/python-atomicwrites-1.4.1/build/lib py.test" % get.workDIR()) def install(): python3modules.install(pyVer="3")