SHA256
1
0
forked from pool/python-isort

- 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
This commit is contained in:
Benjamin Greiner 2020-08-06 13:54:40 +00:00 committed by Git OBS Bridge
parent ad75e06e02
commit 29259fe636
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 6 13:53:40 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- do not test hypothesmith integration because we lack python-libcst
-------------------------------------------------------------------
Thu Aug 6 09:21:42 UTC 2020 - Benjamin Greiner <code@bnavigator.de>

View File

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