Split s3-tests tags per-line for readability

pull/702/head
Andrew Gaul 2024-10-29 16:37:41 -07:00
rodzic d6e9c5bbb8
commit c2106fae21
1 zmienionych plików z 20 dodań i 1 usunięć

Wyświetl plik

@ -32,4 +32,23 @@ done
# execute s3-tests
pushd s3-tests
tox -- -m 'not fails_on_s3proxy and not appendobject and not bucket_policy and not checksum and not cors and not encryption and not fails_strict_rfc2616 and not iam_tenant and not lifecycle and not object_lock and not policy and not policy_status and not s3select and not s3website and not sse_s3 and not tagging and not test_of_sts and not user_policy and not versioning and not webidentity_test'
tox -- -m 'not fails_on_s3proxy'\
' and not appendobject'\
' and not bucket_policy'\
' and not checksum'\
' and not cors'\
' and not encryption'\
' and not fails_strict_rfc2616'\
' and not iam_tenant'\
' and not lifecycle'\
' and not object_lock'\
' and not policy'\
' and not policy_status'\
' and not s3select'\
' and not s3website'\
' and not sse_s3'\
' and not tagging'\
' and not test_of_sts'\
' and not user_policy'\
' and not versioning'\
' and not webidentity_test'