feat: allow filtering requests from maintainers

These are usually easy to handle from TUs so allow to filter for them

Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
This commit is contained in:
Leonidas Spyropoulos 2022-11-10 21:28:16 +00:00
parent 500d6b403b
commit bce5b81acd
No known key found for this signature in database
GPG key ID: 59E43E106B247368
4 changed files with 69 additions and 19 deletions

View file

@ -1,13 +1,8 @@
[pytest]
# Ignore the following DeprecationWarning(s):
# - asyncio.base_events
# - DeprecationWarning speaking about internal asyncio
# using the loop= argument being deprecated starting
# with python 3.8, before python 3.10.
# - Note: This is a bug in upstream filed at
# https://bugs.python.org/issue45097
filterwarnings =
ignore::DeprecationWarning:asyncio.base_events
# This is coming from https://github.com/pytest-dev/pytest-xdist/issues/825 and it's caused from pytest-cov
# Remove once fixed: https://github.com/pytest-dev/pytest-cov/issues/557
ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated.:DeprecationWarning
# Build in coverage and pytest-xdist multiproc testing.
addopts = --cov=aurweb --cov-append --dist load --dist loadfile -n auto