From 26e5da35308b41f25911055cee33ea2d77bee02a773e03e4c4dca509b7f7daf2 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 13:43:15 +0000 Subject: [PATCH] Fix %pytest call OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-EasyProcess?expand=0&rev=31 --- python-EasyProcess.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-EasyProcess.spec b/python-EasyProcess.spec index 0365cb8..0735c02 100644 --- a/python-EasyProcess.spec +++ b/python-EasyProcess.spec @@ -68,7 +68,6 @@ sed -i "s/'python'/sys.executable/" easyprocess/examples/*.py rm -f tests/coverage/fast/test_deadlock.py 2to3 -w easyprocess/examples/log.py - %build %python_build