tests: Add missing import pytests in conftest.py

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga 2019-11-27 12:46:38 +01:00
parent e70a807839
commit 6e1770804b

View File

@ -3,6 +3,7 @@
# SPDX-License-Identifier: BSD-3-Clause-Clear
#
import pytest
import os
import sys
import yaml