You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pytest.ini
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,3 +20,13 @@ filterwarnings =
20
20
21
21
# Issue #119
22
22
ignore:Encoding a StructuredValue with type tfp.distributions.Deterministic_ACTTypeSpec:UserWarning
23
+
24
+
# This warning stems from tensorflow and tf-agents and will presumably
25
+
# be fixed by them before v3.12
26
+
ignore:The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives:DeprecationWarning
27
+
28
+
# Also an issue internal to tensorflow
29
+
ignore:Call to deprecated create function .*Descriptor.*:DeprecationWarning
30
+
31
+
# Also internal to tensorflow
32
+
ignore:non-integer arguments to randrange.*:DeprecationWarning
0 commit comments