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 ce80a9c commit 42ded3aCopy full SHA for 42ded3a
1 file changed
tests/backends/build_system/functional/test_aws_cli_venv.py
@@ -23,8 +23,8 @@
23
from build_system.awscli_venv import AwsCliVenv
24
from build_system.constants import ArtifactType
25
26
+from awscli.testutils import if_windows, skip_if_windows
27
from backends.build_system.constants import BIN_DIRNAME, PYTHON_EXE_NAME
-from tests.markers import if_windows, skip_if_windows
28
29
ROOT_DIR = pathlib.Path(__file__).parents[4]
30
0 commit comments