Hello community,

here is the log from the commit of package python-pyquery for openSUSE:Factory 
checked in at 2020-08-25 12:37:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyquery (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyquery.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyquery"

Tue Aug 25 12:37:14 2020 rev:18 rq:827078 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyquery/python-pyquery.changes    
2019-12-02 11:37:47.750453794 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyquery.new.3399/python-pyquery.changes  
2020-08-25 12:37:17.897392473 +0200
@@ -1,0 +2,5 @@
+Sun Aug 16 16:39:56 UTC 2020 - John Vandenberg <jay...@gmail.com>
+
+- Replace nose with pytest
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pyquery.spec ++++++
--- /var/tmp/diff_new_pack.MJUaEA/_old  2020-08-25 12:37:18.637392837 +0200
+++ /var/tmp/diff_new_pack.MJUaEA/_new  2020-08-25 12:37:18.641392839 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyquery
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -45,7 +45,7 @@
 %if %{with test}
 BuildRequires:  %{python_module WebOb > 1.1.9}
 BuildRequires:  %{python_module WebTest}
-BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module requests}
 %endif
 %python_subpackages
@@ -70,7 +70,7 @@
 %if %{with test}
 %check
 # Disable tests which perform live fetch
-%python_exec -m nose tests -e test_get
+%pytest -k 'not test_get' tests
 %endif
 
 %if !%{with test}


Reply via email to