Skip to content

Commit

Permalink
Wording improvements
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Čermák <[email protected]>
  • Loading branch information
dirkmueller and dcermak committed Oct 27, 2023
1 parent c01b923 commit 786d744
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -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`."""
Expand All @@ -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
Expand Down Expand Up @@ -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"]
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 786d744

Please sign in to comment.