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}