Skip to content

Commit 8613c56

Browse files
committed
evm test to be skipped in docker, fix typo
1 parent 9587def commit 8613c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_evm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
import platform, sys, unittest
3+
import os, platform, sys, unittest
44

55
sys.path.append("..")
66
from qiling import Qiling

0 commit comments

Comments
 (0)