summaryrefslogtreecommitdiff
path: root/dev-util/maturin/maturin-0.14.16.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-28 15:50:58 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-03-28 15:50:58 +0100
commitd41bd0acd3d0cd850cdd815b12e69ee2c89c5697 (patch)
tree0ea617df50a6f9fb89fc7e509e3d4ddf0d244b64 /dev-util/maturin/maturin-0.14.16.ebuild
parent115dcc7054f5934a2c8e26fd8a8eed5f3e29e9ce (diff)
gentoo auto-resync : 28:03:2023 - 15:50:57
Diffstat (limited to 'dev-util/maturin/maturin-0.14.16.ebuild')
-rw-r--r--dev-util/maturin/maturin-0.14.16.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-util/maturin/maturin-0.14.16.ebuild b/dev-util/maturin/maturin-0.14.16.ebuild
index c0020fd6e2cd..558804d7fb7c 100644
--- a/dev-util/maturin/maturin-0.14.16.ebuild
+++ b/dev-util/maturin/maturin-0.14.16.ebuild
@@ -471,14 +471,12 @@ python_compile_all() {
}
python_test() {
+ local -x COLUMNS=100 # what tests/cmd was generated for
local -x MATURIN_TEST_PYTHON=${EPYTHON}
local -x PIP_CONFIG_FILE=${T}/pip.conf
local -x VIRTUALENV_SYSTEM_SITE_PACKAGES=1
local skip=(
- --skip locked_doesnt_build_without_cargo_lock
- # relies on 80-chars terminal output but ignores exported COLUMNS=80
- --skip cli_tests
# avoid need for wasm over a single hello world test
--skip integration_wasm_hello_world
# fragile depending on rust version, also wants libpypy*-c.so for pypy