From c42cbb1c60c5b5d1798ebe470100ed26fb02506d Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Sat, 13 Nov 2021 09:40:47 +0000 Subject: Disable pytest plugins in integration tests via -p no:* --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 34b5abf6..fb4a72e4 100644 --- a/tox.ini +++ b/tox.ini @@ -27,7 +27,7 @@ passenv = {[testenv]passenv} DOWNLOAD_PATH commands = - pytest --integration {posargs:-vv --durations=10 --no-cov setuptools/tests/integration} + pytest --integration {posargs:-vv --durations=10 -p no:cov -p no:flake8 setuptools/tests/integration} # use verbose mode by default to facilitate debugging from CI logs [testenv:docs] -- cgit v1.2.1