From b12f8b550c7164d01c5ae2da598558bc0806e326a000f07144a436e61f3a7a1c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 22 Jan 2021 14:40:42 +0000 Subject: [PATCH] Accepting request 866023 from home:mcalabkova:branches:devel:languages:python - Launch the tests again. OBS-URL: https://build.opensuse.org/request/show/866023 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-calmjs?expand=0&rev=7 --- python-calmjs.changes | 5 +++++ python-calmjs.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-calmjs.changes b/python-calmjs.changes index 83325be..c9b10c8 100644 --- a/python-calmjs.changes +++ b/python-calmjs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 22 14:00:18 UTC 2021 - Markéta Machová + +- Launch the tests again. + ------------------------------------------------------------------- Tue Jan 14 15:04:12 UTC 2020 - pgajdos@suse.com diff --git a/python-calmjs.spec b/python-calmjs.spec index e066167..01496dd 100644 --- a/python-calmjs.spec +++ b/python-calmjs.spec @@ -1,7 +1,7 @@ # # spec file for package python-calmjs # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -66,6 +66,7 @@ export LANG=en_US.UTF-8 %check export LANG=en_US.UTF-8 pushd src +PYTHONPATH=. %pytest -k 'not (test_setup_egg_info or test_build_calmjs_artifact)' popd