From 6e0f1f12ef9ded35fa32a10d80e15646dc15d8ee Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 27 Sep 2024 08:24:30 +0200 Subject: [PATCH] tests: don't trim the reported nose/python versions --- runtests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtests.py b/runtests.py index bca3420..f97de01 100755 --- a/runtests.py +++ b/runtests.py @@ -36,8 +36,8 @@ os.environ['TITO_SRC_BIN_DIR'] = SRC_BIN_DIR if __name__ == '__main__': import nose - print("Using Python %s" % sys.version[0:3]) - print("Using nose %s" % nose.__version__[0:3]) + print("Using Python %s" % sys.version) + print("Using nose %s" % nose.__version__) print("Running tito tests against: %s" % SRC_DIR) # Make sure no older test directories exist