From aa33e65dcf01642fd8266aa1b860f34d5093d658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= <karel.koci@nic.cz> Date: Fri, 4 Oct 2019 19:06:42 +0200 Subject: [PATCH] Add dependency on pytest-html and lazy-fixtures --- conftest.py | 2 ++ requirements.txt | 3 +++ 2 files changed, 5 insertions(+) diff --git a/conftest.py b/conftest.py index a40bdbf..f047566 100644 --- a/conftest.py +++ b/conftest.py @@ -9,6 +9,8 @@ import os import argparse import configparser +pytest_plugins = ("pytest_html", ) + def pytest_addoption(parser): parser.addoption( diff --git a/requirements.txt b/requirements.txt index 30a9a1c..2e38c67 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,6 @@ +pytest>=5.0 +pytest-lazy-fixture>=0.5 +pytest-html>=2.0 pexpect pyserial pylxd -- GitLab