Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Apr 17, 2024
1 parent c8ac263 commit 2a088f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-suite.yml
Expand Up @@ -37,3 +37,4 @@ jobs:
run: "scripts/test"
- name: "Enforce coverage"
run: "scripts/coverage"
if: "matrix.os == 'ubuntu'"
1 change: 1 addition & 0 deletions tests/test_utils.py
Expand Up @@ -144,6 +144,7 @@ def test_logging_ssl(caplog):
]


@pytest.mark.skipif(sys.platform == "win32", reason="Path separator problem")
def test_get_ssl_cert_file():
# Two environments is not set.
assert get_ca_bundle_from_env() is None
Expand Down

0 comments on commit 2a088f6

Please sign in to comment.