gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-build-common] branch master updated: tox: improve version reporti


From: gnunet
Subject: [taler-build-common] branch master updated: tox: improve version reporting
Date: Mon, 16 Dec 2019 15:41:16 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository build-common.

The following commit(s) were added to refs/heads/master by this push:
     new 15a48fd  tox: improve version reporting
15a48fd is described below

commit 15a48fda5e6463637f1af6be467f1521bcc0013e
Author: ng0 <address@hidden>
AuthorDate: Mon Dec 16 14:41:03 2019 +0000

    tox: improve version reporting
---
 talerbuildconfig.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/talerbuildconfig.py b/talerbuildconfig.py
index e3b9f3e..aa03862 100644
--- a/talerbuildconfig.py
+++ b/talerbuildconfig.py
@@ -226,7 +226,8 @@ class PyToxTool(Tool):
                 if existence(value):
                     # FIXME: This version reporting is slightly off
                     # FIXME: and only maps to the suffix.
-                    mypytox_version = key
+                    import tox
+                    mypytox_version = tox.__version__
                     buildconfig._set_tool("tox", value, mypytox_version)
                     return True
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]