We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f09844a commit 7a9d419Copy full SHA for 7a9d419
tests/test_examples.py
@@ -1,7 +1,6 @@
1
from __future__ import absolute_import
2
import unittest
3
import pytest
4
-import functools
5
import subprocess
6
from os import path
7
import sys
tests/util.py
@@ -1,12 +1,13 @@
import os
+import functools
from pkg_resources import (Requirement, ResolutionError, # type: ignore
resource_filename)
import distutils.spawn
8
9
-from cwltool.utils import onWindows
10
+from cwltool.utils import onWindows, windows_default_container_id
11
from cwltool.factory import Factory
12
13
def get_windows_safe_factory(**execkwargs):
0 commit comments