aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/scripts/test_python.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/test_python.py b/src/scripts/test_python.py
index 40a5b6573..b66f1f1ea 100644
--- a/src/scripts/test_python.py
+++ b/src/scripts/test_python.py
@@ -522,7 +522,7 @@ ofvkP1EDmpx50fHLawIDAQAB
def test_mpi(self):
- # pylint: disable=too-many-statements
+ # pylint: disable=too-many-statements,too-many-locals
z = botan2.MPI()
self.assertEqual(z.bit_count(), 0)
five = botan2.MPI('5')