forked from pool/python-networkx
- We don't need to skip TestKatzCentralityDirectedNumpy when we don't
use -n auto parameter of pytest (gh#networkx/networkx#4030) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-networkx?expand=0&rev=22
This commit is contained in:
parent
d70efc0b39
commit
5496e47ab6
@ -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>
|
Mon Jun 29 10:01:59 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -102,8 +102,9 @@ popd
|
|||||||
}
|
}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# gh#networkx/networkx#4030 TestKatzCentralityDirectedNumpy failing
|
# gh#networkx/networkx#4030 we cannot use -n auto because
|
||||||
%pytest -n auto -k 'not TestKatzCentralityDirectedNumpy'
|
# TestKatzCentralityDirectedNumpy fails otherwise
|
||||||
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user