On 7/19/21 3:40 PM, kumar Amber wrote:
> This fixes the flake8 error on pyhton version older than 3.6
> as ModuleNotFoundError in not available before 3.6 and that is now
> replaced to ImportError which is present in earlier versions.
> 
> ../../tests/mfex_fuzzy.py:5:8: F821 undefined name 'ModuleNotFoundError'
> 2653Makefile:5826: recipe for target 'flake8-check' failed
> 
> Fixes: 50be6715c0 ("test/sytem-dpdk: Add unit test for mfex autovalidator")
> Signed-off-by: kumar Amber <[email protected]>
> 
> --
> v2:
> - remove try and catch
> - change pip3 to import to skip the fuzzy tests.
> --

I changed the commit message, because it talks about the change
made in v1 and not in v2, fixed the style of imports and
applied to master and branch-2.16.

Best regards, Ilya Maximets.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to