Skip to content

Commit 1ef63fc

Browse files
rauchyOmer Lachishjustincliftguidopetri
authored
Cleaner pytest results (#4711)
* silence deprecataion warnings * add some sugar * filter warnings to only display once * remove pytest-sugar --------- Co-authored-by: Omer Lachish <[email protected]> Co-authored-by: Justin Clift <[email protected]> Co-authored-by: Guido Petri <[email protected]>
1 parent fdd1d29 commit 1ef63fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pytest.ini

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[pytest]
22
norecursedirs = *.egg .eggs dist build docs .tox
3+
filterwarnings =
4+
once::DeprecationWarning
5+
once::PendingDeprecationWarning

0 commit comments

Comments
 (0)