YariKartoshe4ka

Termux TOX tests

Jul 9th, 2021 (edited)
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. u0_a363@localhost:~/appdirs% tox
  2. GLOB sdist-make: /data/data/com.termux/files/home/appdirs/setup.py
  3. py2 create: /data/data/com.termux/files/home/appdirs/.tox/py2
  4. py2 inst: /data/data/com.termux/files/home/appdirs/.tox/.tmp/package/1/appdirs-1.4.4.zip
  5. py2 installed: DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.,appdirs @ file:///data/data/com.termux/files/home/appdirs/.tox/.tmp/package/1/appdirs-1.4.4.zip
  6. py2 run-test-pre: PYTHONHASHSEED='233928316'
  7. py2 run-test: commands[0] | /data/data/com.termux/files/home/appdirs/.tox/py2/bin/python -m unittest discover
  8. ...
  9. ----------------------------------------------------------------------
  10. Ran 3 tests in 0.002s
  11.  
  12. OK
  13. py3 create: /data/data/com.termux/files/home/appdirs/.tox/py3
  14. py3 inst: /data/data/com.termux/files/home/appdirs/.tox/.tmp/package/1/appdirs-1.4.4.zip
  15. py3 installed: appdirs @ file:///data/data/com.termux/files/home/appdirs/.tox/.tmp/package/1/appdirs-1.4.4.zip
  16. py3 run-test-pre: PYTHONHASHSEED='233928316'
  17. py3 run-test: commands[0] | /data/data/com.termux/files/home/appdirs/.tox/py3/bin/python -m unittest discover
  18. ...
  19. ----------------------------------------------------------------------
  20. Ran 3 tests in 0.008s
  21.  
  22. OK
  23. ________________________________________________________________________________ summary ________________________________________________________________________________
  24. py2: commands succeeded
  25. py3: commands succeeded
  26. congratulations :)
  27.  
Add Comment
Please, Sign In to add comment