summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch')
-rw-r--r--meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch22
1 files changed, 10 insertions, 12 deletions
diff --git a/meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch b/meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch
index 69cf451d57..f9c8d1393d 100644
--- a/meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch
+++ b/meta/recipes-devtools/python/python3-cryptography/0001-pyproject.toml-remove-benchmark-disable-option.patch
@@ -19,16 +19,18 @@ Upstream-Status: Inappropriate [OE specific]
19 19
20Signed-off-by: Mingli Yu <mingli.yu@windriver.com> 20Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
21 21
22Refresh for 42.02
23Signed-off-by: Tim Orling <tim.orling@konsulko.com>
22--- 24---
23 pyproject.toml | 4 ++-- 25 pyproject.toml | 2 +-
24 1 file changed, 2 insertions(+), 2 deletions(-) 26 1 file changed, 1 insertion(+), 1 deletion(-)
25 27
26diff --git a/pyproject.toml b/pyproject.toml 28diff --git a/pyproject.toml b/pyproject.toml
27index b2e511f..4a285af 100644 29index c9a7979bd..dec4b7157 100644
28--- a/pyproject.toml 30--- a/pyproject.toml
29+++ b/pyproject.toml 31+++ b/pyproject.toml
30@@ -85,7 +85,7 @@ line-length = 79 32@@ -92,7 +92,7 @@ rust-version = ">=1.63.0"
31 target-version = ["py37"] 33
32 34
33 [tool.pytest.ini_options] 35 [tool.pytest.ini_options]
34-addopts = "-r s --capture=no --strict-markers --benchmark-disable" 36-addopts = "-r s --capture=no --strict-markers --benchmark-disable"
@@ -36,10 +38,6 @@ index b2e511f..4a285af 100644
36 console_output_style = "progress-even-when-capture-no" 38 console_output_style = "progress-even-when-capture-no"
37 markers = [ 39 markers = [
38 "skip_fips: this test is not executed in FIPS mode", 40 "skip_fips: this test is not executed in FIPS mode",
39@@ -151,4 +151,4 @@ git-only = [ 41--
40 "ci-constraints-requirements.txt", 422.34.1
41 ".gitattributes", 43
42 ".gitignore",
43-]
44\ No newline at end of file
45+]