forked from pool/python-isort
Accepting request 867792 from home:bnavigator:branches:devel:languages:python
- Fix test suite: the location of the built wheel changed OBS-URL: https://build.opensuse.org/request/show/867792 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isort?expand=0&rev=75
This commit is contained in:
parent
28eb1bd06d
commit
b7f382688e
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 29 19:59:54 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
- Fix test suite: the location of the built wheel changed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 09:00:03 UTC 2021 - Adam Mizerski <adam@mizerski.pl>
|
||||
|
||||
|
@ -37,7 +37,7 @@ Source: https://github.com/PyCQA/isort/archive/%{version}.tar.gz#/isort-
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module poetry-core}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: python-rpm-macros >= 20210127.3a18043
|
||||
Requires: python-setuptools
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
@ -97,7 +97,7 @@ export PATH="$(pwd)/isort-test-%{$python_bin_suffix}/usr/bin:$ORIGPATH"
|
||||
export PYTHONPATH="$(pwd)/isort-test-%{$python_bin_suffix}%{$python_sitelib}"
|
||||
export PYTHONDONTWRITEBYTECODE=1
|
||||
|
||||
for proj in isort-%{version}-py3-none-any.whl ./example_shared_isort_profile ./example_isort_formatting_plugin; do
|
||||
for proj in build/isort-%{version}-py3-none-any.whl ./example_shared_isort_profile ./example_isort_formatting_plugin; do
|
||||
$python -m pip install --verbose \
|
||||
--no-index \
|
||||
--root $(pwd)/isort-test-%{$python_bin_suffix} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user