From: Jacob Lifshay Date: Mon, 29 Aug 2022 08:04:31 +0000 (-0700) Subject: fix issue with cpython 3.7 X-Git-Tag: sv_maxu_works-initial~73 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=51467663133733ac43f824f935166295b12a08b2;p=openpower-isa.git fix issue with cpython 3.7 --- diff --git a/src/openpower/decoder/isa/test_caller_svp64_utf_8_validation.py b/src/openpower/decoder/isa/test_caller_svp64_utf_8_validation.py index 7234a577..9c0ac839 100644 --- a/src/openpower/decoder/isa/test_caller_svp64_utf_8_validation.py +++ b/src/openpower/decoder/isa/test_caller_svp64_utf_8_validation.py @@ -10,7 +10,7 @@ from functools import lru_cache # writing the test_caller invocation this way makes it work with pytest -@lru_cache +@lru_cache() def make_cases(): # cache globally, so we only have to create test_data once per process return SVP64UTF8ValidationTestCase().test_data