From 20124fcdb4c2fff32dc8bb7ae08ce5304b7468ef Mon Sep 17 00:00:00 2001 From: Simon Torres Date: Thu, 25 Jul 2024 11:37:02 -0400 Subject: [PATCH] add python -m pytest --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index b3f32249..c3390d45 100644 --- a/tox.ini +++ b/tox.ini @@ -22,7 +22,8 @@ deps = cov: mock commands = - pytest --pyargs '{toxinidir}' {posargs} - cov: pytest --pyargs '{toxinidir}' --cov goodman_pipeline {posargs} + pip freeze + python -m pytest --pyargs '{toxinidir}' {posargs} + cov: python -m pytest --pyargs '{toxinidir}' --cov goodman_pipeline {posargs} cov: coverage xml -o '{toxinidir}/coverage.xml' html: coverage html -d .coverage_html \ No newline at end of file