projects
/
trafficserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8841114
)
Fix test for python 3.8
author
Matthias Klose
<doko@ubuntu.com>
Wed, 4 Jan 2023 08:22:58 +0000
(08:22 +0000)
committer
Jean Baptiste Favre
<debian@jbfavre.org>
Wed, 4 Jan 2023 08:22:58 +0000
(08:22 +0000)
Reviewed-by: Jean Baptiste Favre <jbfavre@debian.org>
Last-Update: 2020-02-03
Last-Update: 2020-02-03
Gbp-Pq: Name 0016-fix_python_3.8.patch
tests/bootstrap.py
patch
|
blob
|
history
diff --git
a/tests/bootstrap.py
b/tests/bootstrap.py
index 3d9e437661f9bbb5f32e54d0424e0ff8264ae2af..7b141dda3df0d0fe57f56fdce013607753938e9b 100755
(executable)
--- a/
tests/bootstrap.py
+++ b/
tests/bootstrap.py
@@
-94,7
+94,8
@@
def command_output(cmd_str):
def get_distro():
- return linux_distribution()
+ import distro
+ return distro.linux_distribution()
def distro_version():