From a860ca14b777b9951c70eb268e6e54faa6ceea0522c245dd292e8fccad5e0ac3 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 23 May 2023 14:37:06 +0000 Subject: [PATCH] Accepting request 1088685 from home:bnavigator:branches:devel:languages:python - Don't test other jaraco packages: would need static wheel OBS-URL: https://build.opensuse.org/request/show/1088685 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.logging?expand=0&rev=9 --- python-jaraco.logging.changes | 5 +++++ python-jaraco.logging.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-jaraco.logging.changes b/python-jaraco.logging.changes index af8c2e0..91cd5a7 100644 --- a/python-jaraco.logging.changes +++ b/python-jaraco.logging.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 23 14:22:57 UTC 2023 - Ben Greiner + +- Don't test other jaraco packages: would need static wheel + ------------------------------------------------------------------- Mon Aug 29 13:18:26 UTC 2022 - Ben Greiner diff --git a/python-jaraco.logging.spec b/python-jaraco.logging.spec index c3840e9..ed1a03d 100644 --- a/python-jaraco.logging.spec +++ b/python-jaraco.logging.spec @@ -56,7 +56,7 @@ rm -rf jaraco.logging.egg-info # work around for gh#pytest-dev/pytest#3396 until gh#pytest-dev/pytest#10088 lands in a pytest release touch jaraco/__init__.py cp -r %{python3_sitelib}/jaraco/* jaraco/ -%pytest --doctest-modules +%pytest --doctest-modules jaraco/logging.py %files %{python_files} %license LICENSE