You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: environments/payu/testconfig.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ skip:
11
11
- pyparsing
12
12
- scipy._lib.array_api_compat.torch ### Don't support pytorch
13
13
- urllib3.contrib.emscripten ### Used for web browser integration and also experimental: https://urllib3.readthedocs.io/en/latest/reference/contrib/emscripten.html
14
+
- prompt_toolkit.contrib.ssh # Imports dev dependencies such as asyncssh
14
15
15
16
# Preload these modules before testing to avoid weird python issues
0 commit comments