Bugzilla – Bug 1143405
[Build 20190729] openQA test fails in salt: File conflict when running "zypper in"
Last modified: 2019-07-31 15:19:57 UTC
## Observation openQA test in scenario opensuse-Tumbleweed-NET-x86_64-update_13.2@64bit fails in [salt](https://openqa.opensuse.org/tests/995536/modules/salt/steps/8) ## Test suite description ## Reproducible Fails since (at least) Build [20190729](https://openqa.opensuse.org/tests/995536) (current job) ## Expected result Last good: [20190728](https://openqa.opensuse.org/tests/994090) (or more recent) ## Further details Always latest result in this scenario: [latest](https://openqa.opensuse.org/tests/latest?arch=x86_64&distri=opensuse&flavor=NET&machine=64bit&test=update_13.2&version=Tumbleweed) Looks like a file conflict between python-numpy and python3-numpy: /usr/bin/f2py seems to exist in both packages. And both packages seem to get installed when calling zypper -n in salt-master salt-minion
This is not an issue of salt but the python-numpy and python2-numpy split.
Inkscape test fail as well due to this bug: https://openqa.opensuse.org/tests/995616# Setting serverity to Major as we have >40 failing openQA jobs due to this bug.
Inkscape python3 port: https://build.opensuse.org/request/show/719866
This should be fixed now that python2-numpy is no longer in openSUSE:Factory.
Verified in 20190730
Does the following QA results mean the problem is fixed? https://openqa.opensuse.org/tests/996461
The salt and inkscape tests do not fail anymore. There doesn't seem to be a pkg with the name python-numpy anymore. And the python2-numpy and python3-numpy pkgs don't seem to have conflicting files anymore. [root@athene ~]# rpm -ql python2-numpy | grep bin /usr/bin/f2py2 /usr/bin/f2py2.7 [root@athene ~]# rpm -ql python3-numpy | grep bin /usr/bin/f2py /usr/bin/f2py3 /usr/bin/f2py3.7
.