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")