forked from pool/python-pyp
- Update to 1.3.0:
- Add support for Python 3.13 - Turn missing config file into a warning instead of an error - Add support for __pyp_before__ configuration for permanent before code OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyp?expand=0&rev=10
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
%define skip_python2 1
|
||||
Name: python-pyp
|
||||
Version: 1.2.0
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
Summary: Python at the shell
|
||||
License: MIT
|
||||
@@ -62,8 +62,6 @@ sed -i '/^#!\//, 1d' pyp.py
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
# gh#hauntsaninja/pyp#40
|
||||
skip_tests_python313="test_user_error or test_tracebacks"
|
||||
export PATH=$(pwd):$PATH
|
||||
%{python_expand ln -sf %{buildroot}%{_bindir}/pyp-%{$python_bin_suffix} pyp
|
||||
PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -vv "$( [ -n "${skip_tests_$python}" ] && printf "%s" '-k not ('"${skip_tests_$python}"')')"
|
||||
|
Reference in New Issue
Block a user