1
0

Accepting request 820984 from devel:languages:python:numeric

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/820984
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-networkx?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2020-07-17 18:45:09 +00:00 committed by Git OBS Bridge
commit a6ed1de913
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 7 20:31:26 UTC 2020 - Matej Cepl <mcepl@suse.com>
- We don't need to skip TestKatzCentralityDirectedNumpy when we don't
use -n auto parameter of pytest (gh#networkx/networkx#4030)
-------------------------------------------------------------------
Mon Jun 29 10:01:59 UTC 2020 - Matej Cepl <mcepl@suse.com>

View File

@ -102,8 +102,9 @@ popd
}
%check
# gh#networkx/networkx#4030 TestKatzCentralityDirectedNumpy failing
%pytest -n auto -k 'not TestKatzCentralityDirectedNumpy'
# gh#networkx/networkx#4030 we cannot use -n auto because
# TestKatzCentralityDirectedNumpy fails otherwise
%pytest
%files %{python_files}
%license LICENSE.txt