File: python3

package info (click to toggle)
btllib 1.7.5%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,336 kB
  • sloc: cpp: 79,742; python: 941; sh: 302; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 409 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
From: Michael R. Crusoe <crusoe@debian.org>
Subject: force python3 to run the tests

--- btllib.orig/scripts/test-wrappers
+++ btllib/scripts/test-wrappers
@@ -12,4 +12,4 @@
 cp "${MESON_SOURCE_ROOT}/wrappers/python/btllib.py" "${MESON_BUILD_ROOT}/wrappers/btllib/__init__.py"
 export PYTHONPATH="${MESON_BUILD_ROOT}/wrappers/"
 cd "${MESON_SOURCE_ROOT}/tests/python"
-python -m unittest
+python3 -m unittest