Skip to content

Commit 8dc2689

Browse files
test: remove unused yaml import
We import yaml in conftest, but it's not used. This leads to errors like ``` mender_integration/tests/conftest.py:20: in <module> import yaml E ModuleNotFoundError: No module named 'yaml' ``` because we don't have yaml as a python-requirement Signed-off-by: Daniel Skinstad Drabitzius <[email protected]>
1 parent 41d3fa3 commit 8dc2689

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import subprocess
1818
import shutil
1919
import tempfile
20-
import yaml
2120
import packaging.version
2221

2322
import multiprocessing

0 commit comments

Comments
 (0)