From 55c5444338a6b9175938a4b1c91c8872154f4ab6 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 24 Nov 2020 11:06:15 -0600 Subject: [PATCH] Adjust for unit test marking --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7c02bc4..d134125 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,8 @@ commands = python setup.py sdist twine check dist/* flake8 . - py.test --cov=pgwui_server tests/ + py.test -m unittest --cov=pgwui_server tests/ + py.test -m 'not unittest' --cov=pgwui_server tests/ # coverage run --source src/pgwui_server -m py.test # coverage report -- 2.34.1