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 eb7bef8 commit ce80a9cCopy full SHA for ce80a9c
1 file changed
tests/backends/build_system/integration/test_makefile.py
@@ -12,11 +12,11 @@
12
# language governing permissions and limitations under the License.
13
import os
14
15
+from awscli.testutils import skip_if_windows
16
from tests.backends.build_system.integration import (
17
BaseArtifactTest,
18
VEnvWorkspace,
19
)
-from tests.markers import skip_if_windows
20
21
WINDOWS_SKIP_REASON = "./configure tests do not run nativly on windows"
22
0 commit comments