[PATCH] python/osmo-python-tests[master]: Remove osmotestvty.py from python 3 installation

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Max gerrit-no-reply at lists.osmocom.org
Mon Jan 8 11:16:05 UTC 2018


Hello Jenkins Builder,

I'd like you to reexamine a change.  Please visit

    https://gerrit.osmocom.org/5677

to look at the new patch set (#2).

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
---
M osmopy/__init__.py
M setup.py
2 files changed, 1 insertion(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/python/osmo-python-tests refs/changes/77/5677/2

diff --git a/osmopy/__init__.py b/osmopy/__init__.py
index b1b0651..d3d3005 100644
--- a/osmopy/__init__.py
+++ b/osmopy/__init__.py
@@ -1,4 +1,4 @@
 #!/usr/bin/env python
-__version__ = '0.0.6'
+__version__ = '0.0.7'
 
 __all__ = ['obscvty', 'osmoutil', 'osmo_ipa', 'osmo_interact']
diff --git a/setup.py b/setup.py
index bbb4b93..a91274d 100755
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,6 @@
 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",

-- 
To view, visit https://gerrit.osmocom.org/5677
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ief11b75acc973dc7aeaac9c2298a21dc5390efe4
Gerrit-PatchSet: 2
Gerrit-Project: python/osmo-python-tests
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list