Skip to content

Commit a926e7d

Browse files
committed
Update CI files
1 parent d297bc4 commit a926e7d

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.ci/assets/ci_constraints.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,11 @@ tablib!=3.6.0
88

99
multidict!=6.3.0
1010
# This release failed the lower bounds test for some case sensitivity in CIMultiDict.
11+
12+
13+
azure-storage-blob!=12.28.*
14+
# Apparently does not work with current azurite.
15+
16+
17+
pycares<5
18+
# older aiodns versions don't pin pycares UB, and are broken by pycares>=5

.github/workflows/scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ if [ "$TEST" = "azure" ]; then
107107
image: mcr.microsoft.com/azure-storage/azurite\
108108
volumes:\
109109
- ./azurite:/etc/pulp\
110-
command: "azurite-blob --blobHost 0.0.0.0"' vars/main.yaml
110+
command: "azurite-blob --skipApiVersionCheck --blobHost 0.0.0.0"' vars/main.yaml
111111
sed -i -e '$a azure_test: true\
112112
pulp_scenario_settings: {"AZURE_ACCOUNT_KEY": "Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==", "AZURE_ACCOUNT_NAME": "devstoreaccount1", "AZURE_CONNECTION_STRING": "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://ci-azurite:10000/devstoreaccount1;", "AZURE_CONTAINER": "pulp-test", "AZURE_LOCATION": "pulp3", "AZURE_OVERWRITE_FILES": true, "AZURE_URL_EXPIRATION_SECS": 120, "DEFAULT_FILE_STORAGE": "storages.backends.azure_storage.AzureStorage", "MEDIA_ROOT": ""}\
113113
pulp_scenario_env: {}\

0 commit comments

Comments
 (0)