forked from pool/python-networkx
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:
commit
a6ed1de913
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user