mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
packaging: Disable expect
based tests
`expect` based tests fail randomly and can cause build failures. Do not run them while doing package builds.
This commit is contained in:
parent
7eee158292
commit
aa32fc92ac
2
debian/control
vendored
2
debian/control
vendored
|
@ -5,7 +5,7 @@ Maintainer: ridiculous_fish <corydoras@ridiculousfish.com>
|
||||||
Uploaders: David Adam <zanchey@ucc.gu.uwa.edu.au>
|
Uploaders: David Adam <zanchey@ucc.gu.uwa.edu.au>
|
||||||
Build-Depends: debhelper (>= 9.0.0), libncurses5-dev, cmake3 (>= 3.2.0) | cmake (>= 3.2.0), gettext,
|
Build-Depends: debhelper (>= 9.0.0), libncurses5-dev, cmake3 (>= 3.2.0) | cmake (>= 3.2.0), gettext,
|
||||||
# Test dependencies
|
# Test dependencies
|
||||||
expect, locales-all
|
locales-all
|
||||||
# When libpcre2-dev is available on all supported Debian versions, add a dependency on that.
|
# When libpcre2-dev is available on all supported Debian versions, add a dependency on that.
|
||||||
Standards-Version: 3.9.4
|
Standards-Version: 3.9.4
|
||||||
Homepage: https://fishshell.com/
|
Homepage: https://fishshell.com/
|
||||||
|
|
|
@ -26,7 +26,6 @@ BuildRequires: pcre2-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# for tests
|
# for tests
|
||||||
BuildRequires: expect
|
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
# Need the en_US.utf-8 locale at a minimum
|
# Need the en_US.utf-8 locale at a minimum
|
||||||
BuildRequires: glibc-langpack-en
|
BuildRequires: glibc-langpack-en
|
||||||
|
|
Loading…
Reference in New Issue
Block a user