mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 17:37:19 -05:00
Cleaner pytest results (#4711)
* silence deprecataion warnings * add some sugar * filter warnings to only display once * remove pytest-sugar --------- Co-authored-by: Omer Lachish <omer@rauchy.net> Co-authored-by: Justin Clift <justin@postgresql.org> Co-authored-by: Guido Petri <18634426+guidopetri@users.noreply.github.com>
This commit is contained in:
@@ -1,2 +1,5 @@
|
|||||||
[pytest]
|
[pytest]
|
||||||
norecursedirs = *.egg .eggs dist build docs .tox
|
norecursedirs = *.egg .eggs dist build docs .tox
|
||||||
|
filterwarnings =
|
||||||
|
once::DeprecationWarning
|
||||||
|
once::PendingDeprecationWarning
|
||||||
|
|||||||
Reference in New Issue
Block a user