1 From 18d78736f5c39784d5151b08fdfdd21c61225686 Mon Sep 17 00:00:00 2001
2 From: Mingli Yu <mingli.yu@windriver.com>
3 Date: Tue, 17 May 2022 17:22:48 +0800
4 Subject: [PATCH] pyproject.toml: remove --benchmark-disable option
6 The new version introduced below change, so remove the option
7 to avoid python3-pytest-benchmark rdepends to fix the gap.
8 496703c8 Refs #7079 -- added basic scaffholding for benchmarks (#7087)
12 Free memory: 31.283 GB
13 ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
14 pytest: error: unrecognized arguments: --benchmark-disable
15 inifile: /usr/lib/python3-cryptography/ptest/pyproject.toml
16 rootdir: /usr/lib/python3-cryptography/ptest
18 Upstream-Status: Inappropriate [OE specific]
20 Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
23 Signed-off-by: Tim Orling <tim.orling@konsulko.com>
26 1 file changed, 1 insertion(+), 1 deletion(-)
28 diff --git a/pyproject.toml b/pyproject.toml
29 index 4f0fa36..0d54ea6 100644
32 @@ -92,7 +92,7 @@ rust-version = ">=1.63.0"
35 [tool.pytest.ini_options]
36 -addopts = "-r s --capture=no --strict-markers --benchmark-disable"
37 +addopts = "-r s --capture=no --strict-markers"
38 console_output_style = "progress-even-when-capture-no"
40 "skip_fips: this test is not executed in FIPS mode",