From 652ade9e9a7f4042c6e7be30f1cd7b7ece1bc378393fbb280ab073bb672bfc29 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 19 Jan 2022 12:41:07 +0000 Subject: [PATCH] Actually do it OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyftpdlib?expand=0&rev=34 --- python-pyftpdlib.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-pyftpdlib.spec b/python-pyftpdlib.spec index b903b2e..eef09df 100644 --- a/python-pyftpdlib.spec +++ b/python-pyftpdlib.spec @@ -91,8 +91,8 @@ EOF %{python_expand # pytest macro does not work. The tests parse CLI args and fail if there are any unknown program args export PYTHONPATH=%{buildroot}%{$python_sitelib} export PYTHONDONTWRITEBYTECODE=1 -# # gh#giampaolo/pyftpdlib#540 -# export PYTEST_ADDOPTS="-k 'not (TestFtpListingCmdsTLSMixin or TestConfigurableOptions or TestFtpStoreDataTLSMixin)'" +# gh#giampaolo/pyftpdlib#540 +export PYTEST_ADDOPTS="-k 'not (TestFtpListingCmdsTLSMixin or TestConfigurableOptions or TestFtpStoreDataTLSMixin)'" # gh#giampaolo/pyftpdlib#478 export TZ=GMT+1 $python -m pytest