15
0

Accepting request 1103329 from home:buschmann23:branches:devel:languages:python

- Fix failing test when no alias in bash is defined
  * add fix-fail-no-alias.patch

OBS-URL: https://build.opensuse.org/request/show/1103329
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pexpect?expand=0&rev=74
This commit is contained in:
2023-08-12 13:56:03 +00:00
committed by Git OBS Bridge
parent 82ebb8434a
commit d607791a41
3 changed files with 43 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ Patch0: no-python-binary.patch
# Newer asyncio / python 3.11 support
Patch1: https://github.com/pexpect/pexpect/pull/715.patch
Patch2: https://github.com/pexpect/pexpect/pull/684.patch
Patch3: fix-fail-no-alias.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module ptyprocess}
BuildRequires: %{python_module pytest}