From bdff04cca37feac23d6235d5c12b164fb9126aa5 Mon Sep 17 00:00:00 2001 From: itdependsnetworks Date: Sat, 12 Oct 2019 21:58:40 -0400 Subject: [PATCH] update setup.cfg for pytest api change --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c1c45e8..c2901bf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ skip = build/*,.tox/* [pylama:pep8] max_line_length = 100 -[pytest] +[tool:pytest] addopts = --cov=napalm_panos --cov-report term-missing -vs --pylama json_report = report.json jsonapi = true