Hello community,
here is the log from the commit of package python-requirements-detector for
openSUSE:Factory checked in at 2020-06-03 20:35:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-requirements-detector (Old)
and /work/SRC/openSUSE:Factory/.python-requirements-detector.new.3606
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-requirements-detector"
Wed Jun 3 20:35:40 2020 rev:8 rq:811094 version:0.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-requirements-detector/python-requirements-detector.changes
2020-05-19 14:57:40.637293306 +0200
+++
/work/SRC/openSUSE:Factory/.python-requirements-detector.new.3606/python-requirements-detector.changes
2020-06-03 20:36:26.073908340 +0200
@@ -1,0 +2,5 @@
+Wed Jun 3 10:48:17 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- replace nose with pytest
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-requirements-detector.spec ++++++
--- /var/tmp/diff_new_pack.t7SgPN/_old 2020-06-03 20:36:27.165911763 +0200
+++ /var/tmp/diff_new_pack.t7SgPN/_new 2020-06-03 20:36:27.169911775 +0200
@@ -36,7 +36,7 @@
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module astroid}
-BuildRequires: %{python_module nose}
+BuildRequires: %{python_module pytest}
# /SECTION
%ifpython3
Conflicts: %{oldpython}-requirements-detector < 0.6
@@ -63,7 +63,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_expand PYTHONPATH=%{buildroot}%{$pthon_sitelib}
nosetests-%{$python_bin_suffix}
+%pytest
%post
%python_install_alternative detect-requirements