Skip to content

Commit a0cd7ef

Browse files
Double quotes in filterwarnings
1 parent 23a1c1c commit a0cd7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ filterwarnings =[
1616
'ignore:.*(\b(pkg_resources\.declare_namespace|np\.bool8|np\.find_common_type|cumproduct|product)\b).*:DeprecationWarning',
1717

1818
# JAX issues an over-eager warning if os.fork() is called when the JAX module is loaded, even if JAX isn't being used
19-
"ignore::RuntimeWarning:jax._src.xla_bridge",
19+
'ignore:os\.fork\(\) was called\.:RuntimeWarning',
2020
]
2121

2222
[tool.black]

0 commit comments

Comments
 (0)