File: 0001-Use-python3-for-tests.patch

package info (click to toggle)
python-css-parser 1.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,216 kB
  • sloc: python: 20,485; sh: 11; makefile: 7
file content (19 lines) | stat: -rw-r--r-- 480 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Nicholas D Steeves <nsteeves@gmail.com>
Date: Tue, 3 Nov 2020 22:49:33 -0500
Subject: Use python3 for tests
Forwarded: no

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

diff --git a/run_tests.py b/run_tests.py
index 554c752..7df05c4 100755
--- a/run_tests.py
+++ b/run_tests.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # vim:fileencoding=utf-8
 # License: Apache 2.0 Copyright: 2017, Kovid Goyal <kovid at kovidgoyal.net>