Skip to content

Commit 492bb66

Browse files
committed
another to silence/ignore
see: - pymc-devs/pytensor#827 - pymc-devs/pytensor#1194
1 parent 1d5354a commit 492bb66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ xfail_strict = true
8585
filterwarnings = [
8686
"error",
8787
'ignore:Use shutil.which instead of find_executable:DeprecationWarning', # pytensor in py3.9
88+
'ignore:`np.obj2sctype` was removed in the NumPy 2.0 release. Use `np.dtype(obj).type` instead.:AttributeError', # pytensor in py3.9
8889
]
8990
log_cli_level = "INFO"
9091
testpaths = [

0 commit comments

Comments
 (0)