SuccessConsole Output

[osmclient-stage_2-merge_v6.0] Running shell script
+ devops-stages/stage-test.sh
GLOB sdist-make: /opt/jenkins/workspace/osmclient-stage_2-merge_v6.0/setup.py
py27 create: /home/jenkins/.tox/py27
py27 installdeps: nose, mock
py27 inst: /home/jenkins/.tox/dist/osmclient-6.0.4+g106db6b.dirty.zip
py27 installed: DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,Click==7.0,funcsigs==1.0.2,mock==3.0.5,nose==1.3.7,osmclient==6.0.4+g106db6b.dirty,pkg-resources==0.0.0,prettytable==0.7.2,pycurl==7.43.0.3,python-magic==0.4.15,PyYAML==5.1.2,six==1.13.0
py27 runtests: PYTHONHASHSEED='3247607827'
py27 runtests: commands[0] | nosetests
.......................
----------------------------------------------------------------------
Ran 23 tests in 10.144s

OK
py3 create: /home/jenkins/.tox/py3
py3 installdeps: nose, mock
py3 inst: /home/jenkins/.tox/dist/osmclient-6.0.4+g106db6b.dirty.zip
py3 installed: Click==7.0,mock==3.0.5,nose==1.3.7,osmclient==6.0.4+g106db6b.dirty,pkg-resources==0.0.0,prettytable==0.7.2,pycurl==7.43.0.3,python-magic==0.4.15,PyYAML==5.1.2,six==1.13.0
py3 runtests: PYTHONHASHSEED='3247607827'
py3 runtests: commands[0] | nosetests
.......................
----------------------------------------------------------------------
Ran 23 tests in 10.107s

OK
flake8 create: /home/jenkins/.tox/flake8
flake8 installdeps: flake8
flake8 inst: /home/jenkins/.tox/dist/osmclient-6.0.4+g106db6b.dirty.zip
flake8 installed: DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support,Click==7.0,configparser==4.0.2,entrypoints==0.3,enum34==1.1.6,flake8==3.7.9,functools32==3.2.3.post2,mccabe==0.6.1,osmclient==6.0.4+g106db6b.dirty,pkg-resources==0.0.0,prettytable==0.7.2,pycodestyle==2.5.0,pycurl==7.43.0.3,pyflakes==2.1.1,python-magic==0.4.15,PyYAML==5.1.2,typing==3.7.4.1
flake8 runtests: PYTHONHASHSEED='3247607827'
flake8 runtests: commands[0] | flake8 setup.py
pyflakes create: /home/jenkins/.tox/pyflakes
pyflakes installdeps: pyflakes
pyflakes inst: /home/jenkins/.tox/dist/osmclient-6.0.4+g106db6b.dirty.zip
pyflakes installed: Click==7.0,osmclient==6.0.4+g106db6b.dirty,pkg-resources==0.0.0,prettytable==0.7.2,pycurl==7.43.0.3,pyflakes==2.1.1,python-magic==0.4.15,PyYAML==5.1.2
pyflakes runtests: PYTHONHASHSEED='3247607827'
pyflakes runtests: commands[0] | pyflakes osmclient
___________________________________ summary ____________________________________
  py27: commands succeeded
  py3: commands succeeded
  flake8: commands succeeded
  pyflakes: commands succeeded
  congratulations :)