forked from pool/python-isort
osc copypac from project:openSUSE:Factory package:python-isort revision:34, using keep-link, using expand
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=96
This commit is contained in:
parent
774f2a0c4b
commit
6cb1b0e192
@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Wed Aug 10 14:36:51 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
||||||
|
|
||||||
- remove unnecessary pylama buildrequires
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 28 17:55:23 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
Mon Mar 28 17:55:23 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -57,6 +57,7 @@ BuildRequires: %{python_module numpy}
|
|||||||
BuildRequires: %{python_module pip-api}
|
BuildRequires: %{python_module pip-api}
|
||||||
BuildRequires: %{python_module pipreqs}
|
BuildRequires: %{python_module pipreqs}
|
||||||
BuildRequires: %{python_module poetry}
|
BuildRequires: %{python_module poetry}
|
||||||
|
BuildRequires: %{python_module pylama}
|
||||||
BuildRequires: %{python_module pytest > 6.0}
|
BuildRequires: %{python_module pytest > 6.0}
|
||||||
BuildRequires: %{python_module pytest-mock}
|
BuildRequires: %{python_module pytest-mock}
|
||||||
BuildRequires: %{python_module toml >= 0.10.2}
|
BuildRequires: %{python_module toml >= 0.10.2}
|
||||||
@ -109,8 +110,6 @@ sed -i 's/black = "^/black = ">=/' example_isort_formatting_plugin/pyproject.tom
|
|||||||
ignoretests="--ignore tests/integration/test_projects_using_isort.py"
|
ignoretests="--ignore tests/integration/test_projects_using_isort.py"
|
||||||
# don't run benchmarks
|
# don't run benchmarks
|
||||||
ignoretests+=" --ignore tests/benchmark"
|
ignoretests+=" --ignore tests/benchmark"
|
||||||
# no pylama
|
|
||||||
ignoretests+=" --ignore tests/unit/test_pylama_isort.py"
|
|
||||||
# test_setting_combinations.py::test_isort_is_idempotent
|
# test_setting_combinations.py::test_isort_is_idempotent
|
||||||
# is flaky https://github.com/PyCQA/isort/issues/1466
|
# is flaky https://github.com/PyCQA/isort/issues/1466
|
||||||
donttest="(test_setting_combinations and test_isort_is_idempotent)"
|
donttest="(test_setting_combinations and test_isort_is_idempotent)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user