Skip to content

Commit

Permalink
Extend whl_no_aio pytest filter glob (#17854)
Browse files Browse the repository at this point in the history
* extend the filter glob to handle mgmt-core
  • Loading branch information
scbedd authored Apr 6, 2021
1 parent 14b70f5 commit 4d50ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/tox/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 4d50ff1

Please sign in to comment.