From bd3ec9505cd37d80fe47fbb8234928abcfc0c658 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: May 09 2019 14:20:16 +0000 Subject: Workaround fedora-ci/general#31 https://pagure.io/fedora-ci/general/issue/31 --- diff --git a/tests.yml b/tests.yml index b58ec77..3579e44 100644 --- a/tests.yml +++ b/tests.yml @@ -31,7 +31,7 @@ run: VERSION=3.7 X="-x test_socket -x test_asyncgen -x test_asyncio -x test_compile -x test_concurrent_futures -x test_itertools -x test_multiprocessing_fork -x test_multiprocessing_forkserver -x test_shutil -x test_time -x test_multiprocessing_spawn -x test_threading -x test_wsgiref" ./findleaks.sh required_packages: - gcc - - /usr/bin/virtualenv + - virtualenv - python27 - python36 - python37