Skip to content

Instantly share code, notes, and snippets.

@and-semakin
Created November 21, 2019 07:31
Show Gist options
  • Save and-semakin/ef6573d9a36904ef5f6e07d34e46389f to your computer and use it in GitHub Desktop.
Save and-semakin/ef6573d9a36904ef5f6e07d34e46389f to your computer and use it in GitHub Desktop.
tox-asdf tox output
$ tox
GLOB sdist-make: /home/br0ke/git/tox-asdf/setup.py
py27 create: /home/br0ke/git/tox-asdf/.tox/py27
py27 installdeps: mock, pytest, pytest-mock, tox
py27 inst: /home/br0ke/git/tox-asdf/.tox/.tmp/package/1/tox-asdf-0.1.1.dev0.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.,atomicwrites==1.3.0,attrs==19.3.0,configparser==4.0.2,contextlib2==0.6.0.post1,filelock==3.0.12,funcsigs==1.0.2,importlib-metadata==0.23,mock==3.0.5,more-itertools==5.0.0,packaging==19.2,pathlib2==2.3.5,pluggy==0.13.0,py==1.8.0,pyparsing==2.4.5,pytest==4.6.6,pytest-mock==1.12.1,scandir==1.10.0,six==1.13.0,toml==0.10.0,tox==3.14.1,tox-asdf==0.1.1.dev0,virtualenv==16.7.7,wcwidth==0.1.7,zipp==0.6.0
py27 run-test-pre: PYTHONHASHSEED='3137834157'
py27 run-test: commands[0] | pytest
============================================================================================= test session starts ==============================================================================================
platform linux2 -- Python 2.7.17, pytest-4.6.6, py-1.8.0, pluggy-0.13.0
cachedir: .tox/py27/.pytest_cache
rootdir: /home/br0ke/git/tox-asdf, inifile: setup.cfg
plugins: mock-1.12.1
collected 52 items / 1 errors / 51 selected
==================================================================================================== ERRORS ====================================================================================================
____________________________________________________________________________________ ERROR collecting tests/test_options.py ____________________________________________________________________________________
ImportError while importing test module '/home/br0ke/git/tox-asdf/tests/test_options.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
tests/test_options.py:3: in <module>
from tox.session import prepare, build_session
E ImportError: cannot import name prepare
=============================================================================================== warnings summary ===============================================================================================
.tox/py27/lib/python2.7/site-packages/_pytest/mark/structures.py:335
/home/br0ke/git/tox-asdf/.tox/py27/lib/python2.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.asdf_missing - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
PytestUnknownMarkWarning,
.tox/py27/lib/python2.7/site-packages/_pytest/mark/structures.py:335
/home/br0ke/git/tox-asdf/.tox/py27/lib/python2.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.asdf_python_missing - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
PytestUnknownMarkWarning,
.tox/py27/lib/python2.7/site-packages/_pytest/mark/structures.py:335
/home/br0ke/git/tox-asdf/.tox/py27/lib/python2.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.asdf_error - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
PytestUnknownMarkWarning,
.tox/py27/lib/python2.7/site-packages/_pytest/mark/structures.py:335
/home/br0ke/git/tox-asdf/.tox/py27/lib/python2.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.pythons - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
PytestUnknownMarkWarning,
.tox/py27/lib/python2.7/site-packages/_pytest/mark/structures.py:335
/home/br0ke/git/tox-asdf/.tox/py27/lib/python2.7/site-packages/_pytest/mark/structures.py:335: PytestUnknownMarkWarning: Unknown pytest.mark.all_pythons - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
PytestUnknownMarkWarning,
-- Docs: https://docs.pytest.org/en/latest/warnings.html
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
===================================================================================== 5 warnings, 1 error in 0.41 seconds ======================================================================================
ERROR: InvocationError for command /home/br0ke/git/tox-asdf/.tox/py27/bin/pytest (exited with code 2)
py35 create: /home/br0ke/git/tox-asdf/.tox/py35
py35 installdeps: mock, pytest, pytest-mock, tox
py35 inst: /home/br0ke/git/tox-asdf/.tox/.tmp/package/1/tox-asdf-0.1.1.dev0.zip
py35 installed: attrs==19.3.0,filelock==3.0.12,importlib-metadata==0.23,mock==3.0.5,more-itertools==7.2.0,packaging==19.2,pathlib2==2.3.5,pluggy==0.13.0,py==1.8.0,pyparsing==2.4.5,pytest==5.3.0,pytest-mock==1.12.1,six==1.13.0,toml==0.10.0,tox==3.14.1,tox-asdf==0.1.1.dev0,virtualenv==16.7.7,wcwidth==0.1.7,zipp==0.6.0
py35 run-test-pre: PYTHONHASHSEED='3137834157'
py35 run-test: commands[0] | pytest
============================================================================================= test session starts ==============================================================================================
platform linux -- Python 3.5.9, pytest-5.3.0, py-1.8.0, pluggy-0.13.0
cachedir: .tox/py35/.pytest_cache
rootdir: /home/br0ke/git/tox-asdf, inifile: setup.cfg
plugins: mock-1.12.1
collected 52 items / 1 error / 51 selected
==================================================================================================== ERRORS ====================================================================================================
____________________________________________________________________________________ ERROR collecting tests/test_options.py ____________________________________________________________________________________
ImportError while importing test module '/home/br0ke/git/tox-asdf/tests/test_options.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
tests/test_options.py:3: in <module>
from tox.session import prepare, build_session
E ImportError: cannot import name 'prepare'
=============================================================================================== warnings summary ===============================================================================================
.tox/py35/lib/python3.5/site-packages/_pytest/mark/structures.py:322
.tox/py35/lib/python3.5/site-packages/_pytest/mark/structures.py:322
/home/br0ke/git/tox-asdf/.tox/py35/lib/python3.5/site-packages/_pytest/mark/structures.py:322: PytestUnknownMarkWarning: Unknown pytest.mark.asdf_missing - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
PytestUnknownMarkWarning,
.tox/py35/lib/python3.5/site-packages/_pytest/mark/structures.py:322
.tox/py35/lib/python3.5/site-packages/_pytest/mark/structures.py:322
/home/br0ke/git/tox-asdf/.tox/py35/lib/python3.5/site-packages/_pytest/mark/structures.py:322: PytestUnknownMarkWarning: Unknown pytest.mark.asdf_python_missing - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
PytestUnknownMarkWarning,
.tox/py35/lib/python3.5/site-packages/_pytest/mark/structures.py:322
.tox/py35/lib/python3.5/site-packages/_pytest/mark/structures.py:322
/home/br0ke/git/tox-asdf/.tox/py35/lib/python3.5/site-packages/_pytest/mark/structures.py:322: PytestUnknownMarkWarning: Unknown pytest.mark.asdf_error - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
PytestUnknownMarkWarning,
.tox/py35/lib/python3.5/site-packages/_pytest/mark/structures.py:322
.tox/py35/lib/python3.5/site-packages/_pytest/mark/structures.py:322
/home/br0ke/git/tox-asdf/.tox/py35/lib/python3.5/site-packages/_pytest/mark/structures.py:322: PytestUnknownMarkWarning: Unknown pytest.mark.pythons - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
PytestUnknownMarkWarning,
.tox/py35/lib/python3.5/site-packages/_pytest/mark/structures.py:322
.tox/py35/lib/python3.5/site-packages/_pytest/mark/structures.py:322
/home/br0ke/git/tox-asdf/.tox/py35/lib/python3.5/site-packages/_pytest/mark/structures.py:322: PytestUnknownMarkWarning: Unknown pytest.mark.all_pythons - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
PytestUnknownMarkWarning,
-- Docs: https://docs.pytest.org/en/latest/warnings.html
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
======================================================================================== 10 warnings, 1 error in 0.41s =========================================================================================
ERROR: InvocationError for command /home/br0ke/git/tox-asdf/.tox/py35/bin/pytest (exited with code 2)
py36 create: /home/br0ke/git/tox-asdf/.tox/py36
py36 installdeps: mock, pytest, pytest-mock, tox
py36 inst: /home/br0ke/git/tox-asdf/.tox/.tmp/package/1/tox-asdf-0.1.1.dev0.zip
py36 installed: attrs==19.3.0,filelock==3.0.12,importlib-metadata==0.23,mock==3.0.5,more-itertools==7.2.0,packaging==19.2,pluggy==0.13.0,py==1.8.0,pyparsing==2.4.5,pytest==5.3.0,pytest-mock==1.12.1,six==1.13.0,toml==0.10.0,tox==3.14.1,tox-asdf==0.1.1.dev0,virtualenv==16.7.7,wcwidth==0.1.7,zipp==0.6.0
py36 run-test-pre: PYTHONHASHSEED='3137834157'
py36 run-test: commands[0] | pytest
============================================================================================= test session starts ==============================================================================================
platform linux -- Python 3.6.9, pytest-5.3.0, py-1.8.0, pluggy-0.13.0
cachedir: .tox/py36/.pytest_cache
rootdir: /home/br0ke/git/tox-asdf, inifile: setup.cfg
plugins: mock-1.12.1
collected 52 items / 1 error / 51 selected
==================================================================================================== ERRORS ====================================================================================================
____________________________________________________________________________________ ERROR collecting tests/test_options.py ____________________________________________________________________________________
ImportError while importing test module '/home/br0ke/git/tox-asdf/tests/test_options.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
tests/test_options.py:3: in <module>
from tox.session import prepare, build_session
E ImportError: cannot import name 'prepare'
=============================================================================================== warnings summary ===============================================================================================
.tox/py36/lib/python3.6/site-packages/_pytest/mark/structures.py:322
.tox/py36/lib/python3.6/site-packages/_pytest/mark/structures.py:322
/home/br0ke/git/tox-asdf/.tox/py36/lib/python3.6/site-packages/_pytest/mark/structures.py:322: PytestUnknownMarkWarning: Unknown pytest.mark.asdf_missing - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
PytestUnknownMarkWarning,
.tox/py36/lib/python3.6/site-packages/_pytest/mark/structures.py:322
.tox/py36/lib/python3.6/site-packages/_pytest/mark/structures.py:322
/home/br0ke/git/tox-asdf/.tox/py36/lib/python3.6/site-packages/_pytest/mark/structures.py:322: PytestUnknownMarkWarning: Unknown pytest.mark.asdf_python_missing - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
PytestUnknownMarkWarning,
.tox/py36/lib/python3.6/site-packages/_pytest/mark/structures.py:322
.tox/py36/lib/python3.6/site-packages/_pytest/mark/structures.py:322
/home/br0ke/git/tox-asdf/.tox/py36/lib/python3.6/site-packages/_pytest/mark/structures.py:322: PytestUnknownMarkWarning: Unknown pytest.mark.asdf_error - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
PytestUnknownMarkWarning,
.tox/py36/lib/python3.6/site-packages/_pytest/mark/structures.py:322
.tox/py36/lib/python3.6/site-packages/_pytest/mark/structures.py:322
/home/br0ke/git/tox-asdf/.tox/py36/lib/python3.6/site-packages/_pytest/mark/structures.py:322: PytestUnknownMarkWarning: Unknown pytest.mark.pythons - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
PytestUnknownMarkWarning,
.tox/py36/lib/python3.6/site-packages/_pytest/mark/structures.py:322
.tox/py36/lib/python3.6/site-packages/_pytest/mark/structures.py:322
/home/br0ke/git/tox-asdf/.tox/py36/lib/python3.6/site-packages/_pytest/mark/structures.py:322: PytestUnknownMarkWarning: Unknown pytest.mark.all_pythons - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
PytestUnknownMarkWarning,
-- Docs: https://docs.pytest.org/en/latest/warnings.html
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
======================================================================================== 10 warnings, 1 error in 0.59s =========================================================================================
ERROR: InvocationError for command /home/br0ke/git/tox-asdf/.tox/py36/bin/pytest (exited with code 2)
py37 create: /home/br0ke/git/tox-asdf/.tox/py37
py37 installdeps: mock, pytest, pytest-mock, tox
py37 inst: /home/br0ke/git/tox-asdf/.tox/.tmp/package/1/tox-asdf-0.1.1.dev0.zip
py37 installed: attrs==19.3.0,filelock==3.0.12,importlib-metadata==0.23,mock==3.0.5,more-itertools==7.2.0,packaging==19.2,pluggy==0.13.0,py==1.8.0,pyparsing==2.4.5,pytest==5.3.0,pytest-mock==1.12.1,six==1.13.0,toml==0.10.0,tox==3.14.1,tox-asdf==0.1.1.dev0,virtualenv==16.7.7,wcwidth==0.1.7,zipp==0.6.0
py37 run-test-pre: PYTHONHASHSEED='3137834157'
py37 run-test: commands[0] | pytest
============================================================================================= test session starts ==============================================================================================
platform linux -- Python 3.7.3, pytest-5.3.0, py-1.8.0, pluggy-0.13.0
cachedir: .tox/py37/.pytest_cache
rootdir: /home/br0ke/git/tox-asdf, inifile: setup.cfg
plugins: mock-1.12.1
collected 52 items / 1 error / 51 selected
==================================================================================================== ERRORS ====================================================================================================
____________________________________________________________________________________ ERROR collecting tests/test_options.py ____________________________________________________________________________________
ImportError while importing test module '/home/br0ke/git/tox-asdf/tests/test_options.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
tests/test_options.py:3: in <module>
from tox.session import prepare, build_session
E ImportError: cannot import name 'prepare' from 'tox.session' (/home/br0ke/git/tox-asdf/.tox/py37/lib/python3.7/site-packages/tox/session/__init__.py)
=============================================================================================== warnings summary ===============================================================================================
.tox/py37/lib/python3.7/site-packages/_pytest/mark/structures.py:322
.tox/py37/lib/python3.7/site-packages/_pytest/mark/structures.py:322
/home/br0ke/git/tox-asdf/.tox/py37/lib/python3.7/site-packages/_pytest/mark/structures.py:322: PytestUnknownMarkWarning: Unknown pytest.mark.asdf_missing - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
PytestUnknownMarkWarning,
.tox/py37/lib/python3.7/site-packages/_pytest/mark/structures.py:322
.tox/py37/lib/python3.7/site-packages/_pytest/mark/structures.py:322
/home/br0ke/git/tox-asdf/.tox/py37/lib/python3.7/site-packages/_pytest/mark/structures.py:322: PytestUnknownMarkWarning: Unknown pytest.mark.asdf_python_missing - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
PytestUnknownMarkWarning,
.tox/py37/lib/python3.7/site-packages/_pytest/mark/structures.py:322
.tox/py37/lib/python3.7/site-packages/_pytest/mark/structures.py:322
/home/br0ke/git/tox-asdf/.tox/py37/lib/python3.7/site-packages/_pytest/mark/structures.py:322: PytestUnknownMarkWarning: Unknown pytest.mark.asdf_error - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
PytestUnknownMarkWarning,
.tox/py37/lib/python3.7/site-packages/_pytest/mark/structures.py:322
.tox/py37/lib/python3.7/site-packages/_pytest/mark/structures.py:322
/home/br0ke/git/tox-asdf/.tox/py37/lib/python3.7/site-packages/_pytest/mark/structures.py:322: PytestUnknownMarkWarning: Unknown pytest.mark.pythons - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
PytestUnknownMarkWarning,
.tox/py37/lib/python3.7/site-packages/_pytest/mark/structures.py:322
.tox/py37/lib/python3.7/site-packages/_pytest/mark/structures.py:322
/home/br0ke/git/tox-asdf/.tox/py37/lib/python3.7/site-packages/_pytest/mark/structures.py:322: PytestUnknownMarkWarning: Unknown pytest.mark.all_pythons - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/latest/mark.html
PytestUnknownMarkWarning,
-- Docs: https://docs.pytest.org/en/latest/warnings.html
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
======================================================================================== 10 warnings, 1 error in 0.41s =========================================================================================
ERROR: InvocationError for command /home/br0ke/git/tox-asdf/.tox/py37/bin/pytest (exited with code 2)
pypy create: /home/br0ke/git/tox-asdf/.tox/pypy
ERROR: InterpreterNotFound: pypy
pypy3 create: /home/br0ke/git/tox-asdf/.tox/pypy3
ERROR: InterpreterNotFound: pypy3
lint create: /home/br0ke/git/tox-asdf/.tox/lint
lint installdeps: flake8
lint inst: /home/br0ke/git/tox-asdf/.tox/.tmp/package/1/tox-asdf-0.1.1.dev0.zip
lint installed: entrypoints==0.3,filelock==3.0.12,flake8==3.7.9,importlib-metadata==0.23,mccabe==0.6.1,more-itertools==7.2.0,packaging==19.2,pluggy==0.13.0,py==1.8.0,pycodestyle==2.5.0,pyflakes==2.1.1,pyparsing==2.4.5,six==1.13.0,toml==0.10.0,tox==3.14.1,tox-asdf==0.1.1.dev0,virtualenv==16.7.7,zipp==0.6.0
lint run-test-pre: PYTHONHASHSEED='3137834157'
lint run-test: commands[0] | flake8
___________________________________________________________________________________________________ summary ____________________________________________________________________________________________________
ERROR: py27: commands failed
ERROR: py35: commands failed
ERROR: py36: commands failed
ERROR: py37: commands failed
ERROR: pypy: InterpreterNotFound: pypy
ERROR: pypy3: InterpreterNotFound: pypy3
lint: commands succeeded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment