mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
500d6b403b
commit
bce5b81acd
4 changed files with 69 additions and 19 deletions
11
pytest.ini
11
pytest.ini
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue