From ea0932c04e2a4c88c245af34ab28127031f506df Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Jul 11 2023 15:34:51 +0000 Subject: Don't treat DeprecationWarnings as errors in tests --- diff --git a/python-ipykernel.spec b/python-ipykernel.spec index 857cf79..a00744f 100644 --- a/python-ipykernel.spec +++ b/python-ipykernel.spec @@ -100,7 +100,7 @@ cat %{buildroot}%{_datadir}/jupyter/kernels/python3/kernel.json %check %if %{with tests} -%pytest +%pytest -Wdefault %else # datapub, pickleutil, serialize need ipyparallel # pylab needs matplotlib