From ca83fe27abd45ffb7fc1ae218a1c47327dd6f4ada06c0e3f690abc09941877d1 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 21 Nov 2024 15:56:40 +0000 Subject: [PATCH] Accepting request 1225618 from home:mcepl:branches:devel:languages:python:jupyter fix typo OBS-URL: https://build.opensuse.org/request/show/1225618 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=277 --- python-setuptools.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-setuptools.spec b/python-setuptools.spec index 9fe669b..d3de1dd 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -126,7 +126,7 @@ donttest="(test_apply_pyproject_equivalent_to_setupcfg and https)" # no network access donttest+=" or uses_network" # test_pbr_integration tries to install pbr from network using pip -donttest=" test_pbr_integration" +donttest+=" test_pbr_integration" # looks for .exe files that we do not ship donttest+=" or test_wheel_includes_cli_scripts" # ignores environment variables