forked from pool/python-asttokens
- skip test_deep_recursion, it fails in s390x,
gh#gristlabs/asttokens#159 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asttokens?expand=0&rev=21
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 30 12:07:17 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- skip test_deep_recursion, it fails in s390x,
|
||||
gh#gristlabs/asttokens#159
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 12:38:36 UTC 2025 - pgajdos@suse.com
|
||||
|
||||
|
||||
@@ -56,7 +56,10 @@ export LC_ALL=en_US.utf8
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%pytest -k 'not TestAstroid'
|
||||
donttest="TestAstroid"
|
||||
# Fails in s390x gh#gristlabs/asttokens#159
|
||||
donttest+="or test_deep_recursion"
|
||||
%pytest -k "not ($donttest)"
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
|
||||
Reference in New Issue
Block a user