python3-pytest: major ver bump

This commit is contained in:
bluedevil
2020-09-23 23:54:37 +02:00
parent a22aec9ad5
commit d66bc7548c
2 changed files with 11 additions and 4 deletions
@@ -4,11 +4,11 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","5.4.2")
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","6.0.2")
def build():
pythonmodules.compile(pyVer="3")