Commit 8dc2689
committed
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
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
0 commit comments