diff options
| author | Ross Burton <ross.burton@arm.com> | 2022-03-14 13:56:54 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-16 08:48:08 +0000 |
| commit | a5d252eea3e5a1196d1c72bfdeef4c61b898cedb (patch) | |
| tree | d8191ebc19051aa8c8ed25a637fc3f4908a062aa /meta/recipes-devtools/python/python3-cryptography_36.0.1.bb | |
| parent | ac54a3e99e462279279a01bcf7424ffc988e6aba (diff) | |
| download | poky-a5d252eea3e5a1196d1c72bfdeef4c61b898cedb.tar.gz | |
python3-cryptography: mark test_create_certificate_with_extensions as expected to fail
This test causes OpenSSL to leak some memory. Until this is resolved in
OpenSSL, mark the test as expected-to-fail.
(From OE-Core rev: b32917b113df6dce0200d35dd1b539279635d524)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-cryptography_36.0.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-cryptography_36.0.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-cryptography_36.0.1.bb b/meta/recipes-devtools/python/python3-cryptography_36.0.1.bb index 11466ecece..69eeeb1e96 100644 --- a/meta/recipes-devtools/python/python3-cryptography_36.0.1.bb +++ b/meta/recipes-devtools/python/python3-cryptography_36.0.1.bb | |||
| @@ -16,6 +16,7 @@ SRC_URI += " \ | |||
| 16 | file://check-memfree.py \ | 16 | file://check-memfree.py \ |
| 17 | file://0001-Cargo.toml-specify-pem-version.patch \ | 17 | file://0001-Cargo.toml-specify-pem-version.patch \ |
| 18 | file://0002-Cargo.toml-edition-2018-2021.patch \ | 18 | file://0002-Cargo.toml-edition-2018-2021.patch \ |
| 19 | file://skip-leaky-test.patch \ | ||
| 19 | " | 20 | " |
| 20 | 21 | ||
| 21 | inherit pypi python_setuptools3_rust | 22 | inherit pypi python_setuptools3_rust |
