Skip to content

Commit

Permalink
remove deprecated wps providers (#292)
Browse files Browse the repository at this point in the history
This PR (bird-house/birdhouse-deploy#311)
deprecates the catalog and malleefowl components.

These components should therefore be removed from all tests scripts
since they are no longer actively maintained.
  • Loading branch information
huard authored Jun 1, 2023
2 parents 8d40d07 + bae50aa commit 32f9533
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/source/notebook-components/weaver_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
" WEAVER_TEST_WPS_OUTPUTS https://pavics.ouranos.ca/wpsoutputs\n",
" WEAVER_TEST_SSL_VERIFY True\n",
" WEAVER_TEST_FILE https://pavics.ouranos.ca/twitcher/ows/proxy/thredds/dodsC/birdhouse/testdata/ta_Amon_MRI-CGCM3_decadal1980_r1i1p1_199101-200012.nc\n",
" WEAVER_TEST_KNOWN_BIRDS ['catalog', 'finch', 'flyingpigeon', 'hummingbird', 'malleefowl', 'raven']\n",
" WEAVER_TEST_KNOWN_BIRDS ['finch', 'flyingpigeon', 'hummingbird', 'raven']\n",
" WEAVER_TEST_REQUEST_XARGS {'headers': {'Accept': 'application/json', 'Content-Type': 'application/json'}, 'verify': True, 'timeout': 5}\n"
]
}
Expand All @@ -63,9 +63,7 @@
" \"on\",\n",
" \"yes\",\n",
"]\n",
"WEAVER_TEST_DEFAULT_BIRDS = (\n",
" \"catalog, finch, flyingpigeon, hummingbird, malleefowl, raven\"\n",
")\n",
"WEAVER_TEST_DEFAULT_BIRDS = \"finch, flyingpigeon, hummingbird, raven\"\n",
"WEAVER_TEST_KNOWN_BIRDS = os.getenv(\n",
" \"WEAVER_TEST_KNOWN_BIRDS\", WEAVER_TEST_DEFAULT_BIRDS\n",
")\n",
Expand Down Expand Up @@ -169,11 +167,9 @@
"{\n",
" \"checked\": false,\n",
" \"providers\": [\n",
" \"catalog\",\n",
" \"finch\",\n",
" \"flyingpigeon\",\n",
" \"hummingbird\",\n",
" \"malleefowl\",\n",
" \"raven\"\n",
" ]\n",
"}\n"
Expand Down

0 comments on commit 32f9533

Please sign in to comment.