Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
python-numpydoc
numpydoc-pr523-py312deprecation.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File numpydoc-pr523-py312deprecation.patch of Package python-numpydoc
From 543dbb1a19e372593197b6bbaa7f37d6bfd8bf8e Mon Sep 17 00:00:00 2001 From: Chiara Marmo <chiara.marmo@universite-paris-saclay.fr> Date: Tue, 9 Jan 2024 11:48:24 +0100 Subject: [PATCH 1/3] Filter DeprecationWarning. --- numpydoc/tests/test_validate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/numpydoc/tests/test_validate.py b/numpydoc/tests/test_validate.py index d41e4bd0..0671684b 100644 --- a/numpydoc/tests/test_validate.py +++ b/numpydoc/tests/test_validate.py @@ -1348,6 +1348,7 @@ def test_bad_generic_functions(self, capsys, func): assert isinstance(errors, list) assert errors + @pytest.mark.filterwarnings("ignore::DeprecationWarning") @pytest.mark.parametrize( "klass,func,msgs", [
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor