Hello community,
here is the log from the commit of package python-setuptools for
openSUSE:Factory checked in at 2020-06-26 21:43:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-setuptools (Old)
and /work/SRC/openSUSE:Factory/.python-setuptools.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-setuptools"
Fri Jun 26 21:43:52 2020 rev:60 rq:816632 version:44.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-setuptools/python-setuptools.changes
2020-04-09 23:14:26.574209403 +0200
+++
/work/SRC/openSUSE:Factory/.python-setuptools.new.3060/python-setuptools.changes
2020-06-26 21:43:56.777543555 +0200
@@ -1,0 +2,6 @@
+Tue Jun 23 15:41:14 UTC 2020 - Benjamin Greiner <[email protected]>
+
+- use local source dir for pytest imports
+ gh#openSUSE/python-rpm-macros#48
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-setuptools.spec ++++++
--- /var/tmp/diff_new_pack.RrvTgV/_old 2020-06-26 21:43:58.529549162 +0200
+++ /var/tmp/diff_new_pack.RrvTgV/_new 2020-06-26 21:43:58.529549162 +0200
@@ -135,6 +135,8 @@
# the 4 skipped test rely on the bundled packages but they are
# not available on virtualenv; this is expected behaviour
export LANG=en_US.UTF-8
+# tests need imports local source dir
+export PYTHONPATH=$(pwd)
%pytest -k 'not (test_clean_env_install or test_pip_upgrade_from_source or
test_test_command_install_requirements or test_no_missing_dependencies)'
%endif