Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
43a39bc7
Commit
43a39bc7
authored
Jan 23, 2019
by
Guilhem Saurel
Committed by
Wenzel Jakob
Feb 04, 2019
Browse files
ignore numpy.ufunc size warnings
parent
e7ef34f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tests/pytest.ini
tests/pytest.ini
+1
-0
No files found.
tests/pytest.ini
View file @
43a39bc7
...
@@ -13,3 +13,4 @@ filterwarnings =
...
@@ -13,3 +13,4 @@ filterwarnings =
ignore::ImportWarning
ignore::ImportWarning
# bogus numpy ABI warning (see numpy/#432)
# bogus numpy ABI warning (see numpy/#432)
ignore:.*numpy.dtype
size
changed.*:RuntimeWarning
ignore:.*numpy.dtype
size
changed.*:RuntimeWarning
ignore:.*numpy.ufunc
size
changed.*:RuntimeWarning
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment