From: Elena Grandi <valhalla@debian.org>
Date: Tue, 9 Nov 2021 08:43:38 +0100
Subject: Use python3 as the executable name
Forwarded: not-needed

---
 tests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests.py b/tests.py
index e5de770..0e650dc 100644
--- a/tests.py
+++ b/tests.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
 import contextlib
