Skip to content

Commit

Permalink
test: delete client conformance tests dummy (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurov Ilya committed Apr 28, 2020
1 parent 311ecab commit 616f107
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/unit/test__signing.py
Expand Up @@ -32,7 +32,6 @@

_SERVICE_ACCOUNT_JSON = _read_local_json("url_signer_v4_test_account.json")
_CONFORMANCE_TESTS = _read_local_json("url_signer_v4_test_data.json")["signingV4Tests"]
_CLIENT_TESTS = [test for test in _CONFORMANCE_TESTS if "bucket" not in test]
_BUCKET_TESTS = [
test for test in _CONFORMANCE_TESTS if "bucket" in test and not test.get("object")
]
Expand Down Expand Up @@ -808,12 +807,6 @@ def _run_conformance_test(
assert url == test_data["expectedUrl"]


@pytest.mark.parametrize("test_data", _CLIENT_TESTS)
@pytest.mark.skip(reason="Bucketless URLs not yet supported")
def test_conformance_client(test_data):
pass # pragma: NO COVER


@pytest.mark.parametrize("test_data", _BUCKET_TESTS)
def test_conformance_bucket(test_data):
global _API_ACCESS_ENDPOINT
Expand Down

0 comments on commit 616f107

Please sign in to comment.