Author: Andreas Tille <tille@debian.org>
Last-Update: 2025-08-28
Description: Use Python3 in tests

--- a/test/problems
+++ b/test/problems
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 
 from __future__ import print_function
 import sys
--- a/test/run_all
+++ b/test/run_all
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 # -*- coding: utf-8 -*-
 
 from __future__ import print_function
