Description: Use Python 3 for tests.
Author: Doug Torrance <dtorrance@debian.org>
Forwarded: not-needed
Last-Update: 2020-05-01

--- a/examples/python/tests/algorithms.py
+++ b/examples/python/tests/algorithms.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8
 #
 # This test shows how you can solve a polynomial using different
--- a/examples/python/tests/rational.py
+++ b/examples/python/tests/rational.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 #
 # Try to set some integer/rational coefficients
--- a/examples/python/tests/simple_polynomial.py
+++ b/examples/python/tests/simple_polynomial.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8
 #
 # This tests checks that basic polynomial solving is working from the Python
