Skip to content

Commit 5cbe0da

Browse files
committed
Silence DeprecationWarning from gast in pytest.ini
1 parent 79f0216 commit 5cbe0da

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pytest.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ addopts = --import-mode=importlib
33
testpaths = tensorflow_transform
44
python_files = *_test.py
55
norecursedirs = .* *.egg
6+
filterwarnings =
7+
ignore:.*unexpected keyword argument '___pyct_anno'.*:DeprecationWarning
8+

0 commit comments

Comments
 (0)