From 4d50ff1f7b589256c85860226409d2f52846d206 Mon Sep 17 00:00:00 2001 From: Scott Beddall <45376673+scbedd@users.noreply.github.com> Date: Tue, 6 Apr 2021 16:46:22 -0700 Subject: [PATCH] Extend whl_no_aio pytest filter glob (#17854) * extend the filter glob to handle mgmt-core --- eng/tox/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/tox/tox.ini b/eng/tox/tox.ini index 0494ec1cb913..9fc976fce0dd 100644 --- a/eng/tox/tox.ini +++ b/eng/tox/tox.ini @@ -92,7 +92,7 @@ commands = {envbindir}/python -m pip freeze pytest \ {[testenv]default_pytest_params} \ - --ignore-glob='*_async.py' \ + --ignore-glob='*async*.py' \ {posargs} \ {toxinidir}