Accepting request 965465 from devel:languages:python
- Tests require toml explicitly. Not pulled in anymore automatically since many packages (setuptools_scm, pytest, ...) switch to tomli. (forwarded request 965464 from bnavigator) OBS-URL: https://build.opensuse.org/request/show/965465 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-isort?expand=0&rev=34
This commit is contained in:
commit
7e4644a35b
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 28 17:55:23 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Tests require toml explicitly. Not pulled in anymore
|
||||||
|
automatically since many packages (setuptools_scm, pytest, ...)
|
||||||
|
switch to tomli.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 16 19:49:20 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
Sun Jan 16 19:49:20 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -60,12 +60,13 @@ BuildRequires: %{python_module poetry}
|
|||||||
BuildRequires: %{python_module pylama}
|
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: git
|
BuildRequires: git
|
||||||
%endif
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
isort your python imports for you so you don’t have to.
|
isort your python imports for you so you don't have to.
|
||||||
|
|
||||||
isort is a Python utility / library to sort imports alphabetically, and
|
isort is a Python utility / library to sort imports alphabetically, and
|
||||||
automatically separated into sections and by type. It provides a command line
|
automatically separated into sections and by type. It provides a command line
|
||||||
|
Loading…
x
Reference in New Issue
Block a user