Remove osmotestvty.py from python 3 installation

This script is actually not python 3 compatible yet despite passing
current tests. Let's not install it for python 3 until we can figure out
a way to catch this incompatibility with test code.

Change-Id: Ief11b75acc973dc7aeaac9c2298a21dc5390efe4
Related: OS#2821
This commit is contained in:
Max 2018-01-08 12:09:20 +01:00
parent 2f266e0cec
commit 99f1c4714c
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
__version__ = '0.0.6'
__version__ = '0.0.7'
__all__ = ['obscvty', 'osmoutil', 'osmo_ipa', 'osmo_interact']

View File

@ -25,7 +25,6 @@ if sys.version_info.major == 2:
elif sys.version_info.major == 3:
scripts = ["scripts/osmodumpdoc.py",
"scripts/osmotestconfig.py",
"scripts/osmotestvty.py",
"scripts/osmo_interact_vty.py",
"scripts/osmo_interact_ctrl.py",
"scripts/osmo_ctrl.py",