mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 09:27:23 -05:00
* 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>
6 lines
140 B
INI
6 lines
140 B
INI
[pytest]
|
|
norecursedirs = *.egg .eggs dist build docs .tox
|
|
filterwarnings =
|
|
once::DeprecationWarning
|
|
once::PendingDeprecationWarning
|