tests: don't trim the reported nose/python versions

This commit is contained in:
Pavel Raiskup 2024-09-27 08:24:30 +02:00 committed by Jakub Kadlčík
parent d220002bf0
commit 6e0f1f12ef

View file

@ -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