From 9e5d12f2a56a9ebd6e35f772b8cc2e38605f7c89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Tue, 28 Mar 2023 22:58:27 +0200 Subject: tap.py doesn't support Python 2 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c187199..201cac3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ python27: - apt-get install -y swig libssl-dev python-dev openssl python-twisted python-setuptools python-pip python-typing - python -mpip install --user -r dev-requirements.txt - python setup.py clean build - - PYTHONPATH=$(readlink -f build/lib.*) python -mtap discover -v + - PYTHONPATH=$(readlink -f build/lib.*) python -munittest discover -v allow_failure: exit_codes: 1 -- cgit v1.2.1