Skip to content

Commit ce80a9c

Browse files
committed
go back to unittest marker
1 parent eb7bef8 commit ce80a9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/backends/build_system/integration/test_makefile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
# language governing permissions and limitations under the License.
1313
import os
1414

15+
from awscli.testutils import skip_if_windows
1516
from tests.backends.build_system.integration import (
1617
BaseArtifactTest,
1718
VEnvWorkspace,
1819
)
19-
from tests.markers import skip_if_windows
2020

2121
WINDOWS_SKIP_REASON = "./configure tests do not run nativly on windows"
2222

0 commit comments

Comments
 (0)