- Ignore some slow and flaky tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=73
This commit is contained in:
parent
1667d27fdb
commit
faff34589b
@ -3,6 +3,7 @@ Wed Oct 4 06:25:18 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Update to 3.0.0:
|
||||
* No changes from 3.0rc3 aside from the version number.
|
||||
- Ignore some slow and flaky tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 19 22:04:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
@ -69,6 +69,8 @@ cd docs && make html && rm _build/html/.buildinfo
|
||||
|
||||
%check
|
||||
export CFLAGS="%{optflags} -fno-tree-dominator-opts -fno-strict-aliasing"
|
||||
# ignore some Flaky tests
|
||||
export GREENLET_MANYLINUX=1
|
||||
%pyunittest_arch discover -v greenlet.tests
|
||||
|
||||
%files %{python_files}
|
||||
|
Loading…
Reference in New Issue
Block a user