mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 12:12:47 +00:00
tests: don't trim the reported nose/python versions
This commit is contained in:
parent
d220002bf0
commit
6e0f1f12ef
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue