[ovs-dev] [PATCH] tests/mfex: Rertain support for cryptography pre-v37.

2023-03-21 Thread Mike Pattrick
Prior to v37.0.0, CryptographyDeprecationWarning could not be imported from __init__.py resulting in: Traceback (most recent call last): File "mfex_fuzzy.py", line 9, in category=cryptography.CryptographyDeprecationWarning, AttributeError: module 'cryptography' has no attribute 'Cryptog

Re: [ovs-dev] [PATCH] tests/mfex: Rertain support for cryptography pre-v37.

2023-03-22 Thread Eelco Chaudron
On 21 Mar 2023, at 14:56, Mike Pattrick wrote: > Prior to v37.0.0, CryptographyDeprecationWarning could not be imported > from __init__.py resulting in: > > Traceback (most recent call last): > File "mfex_fuzzy.py", line 9, in > category=cryptography.CryptographyDeprecationWarning, > Att

Re: [ovs-dev] [PATCH] tests/mfex: Rertain support for cryptography pre-v37.

2023-03-22 Thread Ilya Maximets
On 3/22/23 14:07, Eelco Chaudron wrote: > > > On 21 Mar 2023, at 14:56, Mike Pattrick wrote: > >> Prior to v37.0.0, CryptographyDeprecationWarning could not be imported >> from __init__.py resulting in: >> >> Traceback (most recent call last): >> File "mfex_fuzzy.py", line 9, in >> catego