Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-napalm-procurve for 
openSUSE:Factory checked in at 2023-01-11 14:35:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-napalm-procurve (Old)
 and      /work/SRC/openSUSE:Factory/.python-napalm-procurve.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-napalm-procurve"

Wed Jan 11 14:35:56 2023 rev:10 rq:1057734 version:0.7.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-napalm-procurve/python-napalm-procurve.changes
    2022-10-06 07:42:36.144740511 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-napalm-procurve.new.32243/python-napalm-procurve.changes
 2023-01-11 14:37:19.698002122 +0100
@@ -1,0 +2,5 @@
+Wed Jan 11 08:25:45 UTC 2023 - Matej Cepl <mc...@suse.com>
+
+- Skip failing test test_get_facts (gh#ixs/napalm-procurve#30).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-napalm-procurve.spec ++++++
--- /var/tmp/diff_new_pack.cLZFcH/_old  2023-01-11 14:37:20.114004474 +0100
+++ /var/tmp/diff_new_pack.cLZFcH/_new  2023-01-11 14:37:20.118004496 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-napalm-procurve
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 # Copyright (c) 2019, Martin Hauke <mar...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,7 +17,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 # python-napalm is python3 only
 %define skip_python2 1
 Name:           python-napalm-procurve
@@ -38,8 +37,6 @@
 # SECTION test requirements
 BuildRequires:  %{python_module napalm >= 3.0.0}
 BuildRequires:  %{python_module netmiko}
-BuildRequires:  %{python_module pylama}
-BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest}
 # /SECTION
 BuildRequires:  fdupes
@@ -55,6 +52,8 @@
 %setup -q -n napalm-procurve-%{version}
 %autopatch -p1
 
+sed -i -e '/addopts/d' setup.cfg
+
 %build
 %python_build
 
@@ -64,11 +63,13 @@
 
 %check
 # gh#ixs/napalm-procurve#19
-%pytest -k 'not (test_method_signatures or test_get_config_filtered)'
+# gh#ixs/napalm-procurve#30
+%pytest -k 'not (test_method_signatures or test_get_config_filtered or 
test_get_facts)'
 
 %files %{python_files}
 %license LICENSE
 %doc AUTHORS README.md
-%{python_sitelib}/*
+%{python_sitelib}/napalm_procurve
+%{python_sitelib}/napalm_procurve-%{version}*-info
 
 %changelog

Reply via email to