From 29259fe636ad27609232f8266aca6eaee52d6dbb02197c7a2d11a2cd1cca9f3c Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 6 Aug 2020 13:54:40 +0000 Subject: [PATCH] - do not test hypothesmith integration because we lack python-libcst OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=53 --- python-isort.changes | 5 +++++ python-isort.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-isort.changes b/python-isort.changes index 0646226..a8ead8b 100644 --- a/python-isort.changes +++ b/python-isort.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 6 13:53:40 UTC 2020 - Benjamin Greiner + +- do not test hypothesmith integration because we lack python-libcst + ------------------------------------------------------------------- Thu Aug 6 09:21:42 UTC 2020 - Benjamin Greiner diff --git a/python-isort.spec b/python-isort.spec index b68ca56..5ddb2fd 100644 --- a/python-isort.spec +++ b/python-isort.spec @@ -108,7 +108,8 @@ for exampledir in example_shared_isort_profile example_isort_formatting_plugin; popd done } -%pytest -v -W "ignore::UserWarning" -W "ignore::DeprecationWarning" +# no test_hypothesmith because no libcst because no pyre-check +%pytest -W "ignore::UserWarning" -W "ignore::DeprecationWarning" --ignore tests/test_hypothesmith.py %endif %if !%{with test}