python3-atomicwrites

This commit is contained in:
Rmys
2023-10-28 22:11:19 +03:00
committed by GitHub
parent d2279f9d31
commit c8a8a23910
@@ -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")