From 4b1dc8f5c216ccb2bb64e0c59256fbc52208d8a3 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 20 Nov 2021 10:50:02 -0300 Subject: [PATCH] WIP Only execute test_sys_pycache_prefix_integration --- tox.ini | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 9d26051eb..f96f18f90 100644 --- a/tox.ini +++ b/tox.ini @@ -21,10 +21,8 @@ envlist = [testenv] commands = - {env:_PYTEST_TOX_COVERAGE_RUN:} pytest {posargs:{env:_PYTEST_TOX_DEFAULT_POSARGS:}} - doctesting: {env:_PYTEST_TOX_COVERAGE_RUN:} pytest --doctest-modules --pyargs _pytest - coverage: coverage combine - coverage: coverage report -m + pytest -k test_sys_pycache_prefix_integration + passenv = USER USERNAME COVERAGE_* PYTEST_ADDOPTS TERM SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTEST setenv = _PYTEST_TOX_DEFAULT_POSARGS={env:_PYTEST_TOX_POSARGS_DOCTESTING:} {env:_PYTEST_TOX_POSARGS_LSOF:} {env:_PYTEST_TOX_POSARGS_XDIST:}