14
0
forked from pool/python-libcst

- Add skip_failing_test.patch skipping test_ordering

(libcst.metadata.tests.test_scope_provider.ScopeProviderTest) which
  doesn't work with Python 3.6 on i586 (gh#Instagram/LibCST#442).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libcst?expand=0&rev=9
This commit is contained in:
2021-01-03 16:40:17 +00:00
committed by Git OBS Bridge
parent ec3880cbff
commit 38688d5028
3 changed files with 55 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Jan 3 16:38:46 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Add skip_failing_test.patch skipping test_ordering
(libcst.metadata.tests.test_scope_provider.ScopeProviderTest) which
doesn't work with Python 3.6 on i586 (gh#Instagram/LibCST#442).
-------------------------------------------------------------------
Sat Nov 21 00:16:24 UTC 2020 - Benjamin Greiner <code@bnavigator.de>