From d4260fc243154366e59c068a62ae63f373204e5e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 25 Oct 2023 17:02:47 +0200 Subject: [PATCH] Wording improvements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Dan Čermák <45594031+dcermak@users.noreply.github.com> --- tests/test_python.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/test_python.py b/tests/test_python.py index 58499713..765e31a9 100644 --- a/tests/test_python.py +++ b/tests/test_python.py @@ -103,7 +103,7 @@ def test_pip(auto_container): @pytest.mark.skipif( OS_VERSION == "tumbleweed", - reason="pip --user not working properly with PEP 668", + reason="pip --user not working due to PEP 668", ) def test_tox(auto_container): """Ensure we can use :command:`pip` to install :command:`tox`.""" @@ -112,7 +112,7 @@ def test_tox(auto_container): @pytest.mark.skipif( OS_VERSION == "tumbleweed", - reason="pip --user not working properly with PEP 668", + reason="pip --user not working due to PEP 668", ) def test_pip_install_source_cryptography(auto_container_per_test): """Check that cryptography python module can be installed from source so that @@ -204,7 +204,7 @@ def test_python_webserver_1( @pytest.mark.skipif( OS_VERSION == "tumbleweed", - reason="pip --user not working properly with PEP 668", + reason="pip --user not working due to PEP 668", ) @pytest.mark.parametrize( "container_per_test", CONTAINER_IMAGES_T2, indirect=["container_per_test"] @@ -264,7 +264,7 @@ def test_python_webserver_2( @pytest.mark.skipif( OS_VERSION == "tumbleweed", - reason="pip --user not working properly with PEP 668", + reason="pip --user not working due to PEP 668", ) @pytest.mark.skipif( # skip test if architecture is not x86.