- 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:
Daniel Garcia 2023-10-04 07:17:12 +00:00 committed by Git OBS Bridge
parent 1667d27fdb
commit faff34589b
2 changed files with 3 additions and 0 deletions

View File

@ -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>

View File

@ -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}