Accepting request 1199731 from devel:languages:python
- Skip test failing with Python 3.12.6 gh#python-poetry/poetry#9678 OBS-URL: https://build.opensuse.org/request/show/1199731 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-poetry-core?expand=0&rev=21
This commit is contained in:
commit
c4dedc9518
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 9 18:50:14 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Skip test failing with Python 3.12.6 gh#python-poetry/poetry#9678
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 19 15:29:49 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
Tue Mar 19 15:29:49 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
@ -67,7 +67,10 @@ cp -p src/poetry/core/_vendor/tomli/LICENSE vendoredlicenses/tomli.L
|
|||||||
%check
|
%check
|
||||||
# gh#python-poetry/poetry#1645
|
# gh#python-poetry/poetry#1645
|
||||||
git init
|
git init
|
||||||
%pytest
|
#https://github.com/python-poetry/poetry/issues/9678
|
||||||
|
donttest="obsdummyprefix"
|
||||||
|
python312_donttest=" or (test_invalid_requirement and :.-invalid)"
|
||||||
|
%pytest -k "not ($donttest ${$python_donttest})"
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user