GLOB sdist-make: /tmp/tmpc5u3en0o/pytest-echo-1.7.1/setup.py py37 create: /tmp/tmpc5u3en0o/pytest-echo-1.7.1/.tox/py37 py37 installdeps: coverage, django>=2 py37 inst: /tmp/tmpc5u3en0o/pytest-echo-1.7.1/.tox/.tmp/package/1/pytest-echo-1.7.1.zip py37 installed: asgiref==3.2.10,attrs==20.1.0,coverage==5.2.1,Django==3.1,importlib-metadata==1.7.0,iniconfig==1.0.1,more-itertools==8.5.0,packaging==20.4,pluggy==0.13.1,py==1.9.0,pyparsing==2.4.7,pytest==6.0.1,pytest-echo @ file:///tmp/tmpc5u3en0o/pytest-echo-1.7.1/.tox/.tmp/package/1/pytest-echo-1.7.1.zip,pytz==2020.1,six==1.15.0,sqlparse==0.3.1,toml==0.10.1,zipp==3.1.0 py37 run-test-pre: PYTHONHASHSEED='1215591646' py37 run-test: commands[0] | pip install -e . Obtaining file:///tmp/tmpc5u3en0o/pytest-echo-1.7.1 Requirement already satisfied: pytest>=2.2 in ./.tox/py37/lib/python3.7/site-packages (from pytest-echo==1.7.1) (6.0.1) Requirement already satisfied: py>=1.8.2 in ./.tox/py37/lib/python3.7/site-packages (from pytest>=2.2->pytest-echo==1.7.1) (1.9.0) Requirement already satisfied: attrs>=17.4.0 in ./.tox/py37/lib/python3.7/site-packages (from pytest>=2.2->pytest-echo==1.7.1) (20.1.0) Requirement already satisfied: pluggy<1.0,>=0.12 in ./.tox/py37/lib/python3.7/site-packages (from pytest>=2.2->pytest-echo==1.7.1) (0.13.1) Requirement already satisfied: toml in ./.tox/py37/lib/python3.7/site-packages (from pytest>=2.2->pytest-echo==1.7.1) (0.10.1) Requirement already satisfied: importlib-metadata>=0.12; python_version < "3.8" in ./.tox/py37/lib/python3.7/site-packages (from pytest>=2.2->pytest-echo==1.7.1) (1.7.0) Requirement already satisfied: packaging in ./.tox/py37/lib/python3.7/site-packages (from pytest>=2.2->pytest-echo==1.7.1) (20.4) Requirement already satisfied: more-itertools>=4.0.0 in ./.tox/py37/lib/python3.7/site-packages (from pytest>=2.2->pytest-echo==1.7.1) (8.5.0) Requirement already satisfied: iniconfig in ./.tox/py37/lib/python3.7/site-packages (from pytest>=2.2->pytest-echo==1.7.1) (1.0.1) Requirement already satisfied: zipp>=0.5 in ./.tox/py37/lib/python3.7/site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pytest>=2.2->pytest-echo==1.7.1) (3.1.0) Requirement already satisfied: six in ./.tox/py37/lib/python3.7/site-packages (from packaging->pytest>=2.2->pytest-echo==1.7.1) (1.15.0) Requirement already satisfied: pyparsing>=2.0.2 in ./.tox/py37/lib/python3.7/site-packages (from packaging->pytest>=2.2->pytest-echo==1.7.1) (2.4.7) Installing collected packages: pytest-echo Attempting uninstall: pytest-echo Found existing installation: pytest-echo 1.7.1 Uninstalling pytest-echo-1.7.1: Successfully uninstalled pytest-echo-1.7.1 Running setup.py develop for pytest-echo Successfully installed pytest-echo py37 run-test: commands[1] | coverage run -m pytest -vv test_echo.py pytest_echo.py ============================= test session starts ============================== platform linux -- Python 3.7.1, pytest-6.0.1, py-1.9.0, pluggy-0.13.1 -- /tmp/tmpc5u3en0o/pytest-echo-1.7.1/.tox/py37/bin/python cachedir: .tox/py37/.pytest_cache rootdir: /tmp/tmpc5u3en0o/pytest-echo-1.7.1, configfile: tox.ini plugins: echo-1.7.1 collecting ... collected 20 items test_echo.py::test_version PASSED [ 5%] test_echo.py::test_echo_env PASSED [ 10%] test_echo.py::test_echo_env_glob PASSED [ 15%] test_echo.py::test_echo_version PASSED [ 20%] test_echo.py::test_echo_version_missing PASSED [ 25%] test_echo.py::test_echo_version_no_setuptools PASSED [ 30%] test_echo.py::test_echo_version_glob PASSED [ 35%] test_echo.py::test_echo_all PASSED [ 40%] test_echo.py::test_echo_attr PASSED [ 45%] test_echo.py::test_echo_attr_dict PASSED [ 50%] test_echo.py::test_echo_attr_list PASSED [ 55%] test_echo.py::test_echo_attr_list_inner PASSED [ 60%] test_echo.py::test_echo_attr_list_composite PASSED [ 65%] test_echo.py::test_echo_attr_list_callable PASSED [ 70%] test_echo.py::test_echo_attr_object_attr PASSED [ 75%] test_echo.py::test_echo_attr_module_object_attr PASSED [ 80%] test_echo.py::test_django_settings PASSED [ 85%] test_echo.py::test_django_settings_extended PASSED [ 90%] pytest_echo.py::pytest_echo.get_attr PASSED [ 95%] pytest_echo.py::pytest_echo.get_module_attribute PASSED [100%] =============================== warnings summary =============================== .tox/py37/lib/python3.7/site-packages/_pytest/config/__init__.py:1148 /tmp/tmpc5u3en0o/pytest-echo-1.7.1/.tox/py37/lib/python3.7/site-packages/_pytest/config/__init__.py:1148: PytestConfigWarning: Unknown config ini key: pep8ignore self._warn_or_fail_if_strict("Unknown config ini key: {}\n".format(key)) -- Docs: https://docs.pytest.org/en/stable/warnings.html ======================== 20 passed, 1 warning in 10.68s ======================== py37 run-test: commands[2] | coverage report Name Stmts Miss Cover ----------------------------------------------------------------------------------------------------------- /tmp/pytest-of-travis/pytest-13/test_django_settings0/conftest.py 4 0 100% /tmp/pytest-of-travis/pytest-13/test_django_settings_extended0/conftest.py 5 0 100% .tox/py37/lib/python3.7/site-packages/_pytest/__init__.py 5 2 60% .tox/py37/lib/python3.7/site-packages/_pytest/_argcomplete.py 37 23 38% .tox/py37/lib/python3.7/site-packages/_pytest/_code/__init__.py 10 0 100% .tox/py37/lib/python3.7/site-packages/_pytest/_code/code.py 671 440 34% .tox/py37/lib/python3.7/site-packages/_pytest/_code/source.py 140 97 31% .tox/py37/lib/python3.7/site-packages/_pytest/_io/__init__.py 3 0 100% .tox/py37/lib/python3.7/site-packages/_pytest/_io/saferepr.py 67 49 27% .tox/py37/lib/python3.7/site-packages/_pytest/_io/terminalwriter.py 111 39 65% .tox/py37/lib/python3.7/site-packages/_pytest/_io/wcwidth.py 25 11 56% .tox/py37/lib/python3.7/site-packages/_pytest/_version.py 1 0 100% .tox/py37/lib/python3.7/site-packages/_pytest/assertion/__init__.py 84 25 70% .tox/py37/lib/python3.7/site-packages/_pytest/assertion/rewrite.py 607 222 63% .tox/py37/lib/python3.7/site-packages/_pytest/assertion/truncate.py 52 40 23% .tox/py37/lib/python3.7/site-packages/_pytest/assertion/util.py 293 253 14% .tox/py37/lib/python3.7/site-packages/_pytest/cacheprovider.py 301 135 55% .tox/py37/lib/python3.7/site-packages/_pytest/capture.py 506 183 64% .tox/py37/lib/python3.7/site-packages/_pytest/compat.py 168 56 67% .tox/py37/lib/python3.7/site-packages/_pytest/config/__init__.py 733 243 67% .tox/py37/lib/python3.7/site-packages/_pytest/config/argparsing.py 251 80 68% .tox/py37/lib/python3.7/site-packages/_pytest/config/exceptions.py 3 0 100% .tox/py37/lib/python3.7/site-packages/_pytest/config/findpaths.py 119 40 66% .tox/py37/lib/python3.7/site-packages/_pytest/debugging.py 218 156 28% .tox/py37/lib/python3.7/site-packages/_pytest/deprecated.py 15 0 100% .tox/py37/lib/python3.7/site-packages/_pytest/doctest.py 350 144 59% .tox/py37/lib/python3.7/site-packages/_pytest/faulthandler.py 60 12 80% .tox/py37/lib/python3.7/site-packages/_pytest/fixtures.py 839 292 65% .tox/py37/lib/python3.7/site-packages/_pytest/freeze_support.py 22 16 27% .tox/py37/lib/python3.7/site-packages/_pytest/helpconfig.py 132 91 31% .tox/py37/lib/python3.7/site-packages/_pytest/hookspec.py 114 24 79% .tox/py37/lib/python3.7/site-packages/_pytest/junitxml.py 372 259 30% .tox/py37/lib/python3.7/site-packages/_pytest/logging.py 395 141 64% .tox/py37/lib/python3.7/site-packages/_pytest/main.py 439 143 67% .tox/py37/lib/python3.7/site-packages/_pytest/mark/__init__.py 134 68 49% .tox/py37/lib/python3.7/site-packages/_pytest/mark/expression.py 123 73 41% .tox/py37/lib/python3.7/site-packages/_pytest/mark/structures.py 235 132 44% .tox/py37/lib/python3.7/site-packages/_pytest/monkeypatch.py 168 66 61% .tox/py37/lib/python3.7/site-packages/_pytest/nodes.py 318 117 63% .tox/py37/lib/python3.7/site-packages/_pytest/nose.py 21 2 90% .tox/py37/lib/python3.7/site-packages/_pytest/outcomes.py 88 35 60% .tox/py37/lib/python3.7/site-packages/_pytest/pastebin.py 70 47 33% .tox/py37/lib/python3.7/site-packages/_pytest/pathlib.py 301 145 52% .tox/py37/lib/python3.7/site-packages/_pytest/pytester.py 755 417 45% .tox/py37/lib/python3.7/site-packages/_pytest/python.py 814 469 42% .tox/py37/lib/python3.7/site-packages/_pytest/python_api.py 232 155 33% .tox/py37/lib/python3.7/site-packages/_pytest/recwarn.py 124 79 36% .tox/py37/lib/python3.7/site-packages/_pytest/reports.py 271 159 41% .tox/py37/lib/python3.7/site-packages/_pytest/resultlog.py 73 48 34% .tox/py37/lib/python3.7/site-packages/_pytest/runner.py 295 92 69% .tox/py37/lib/python3.7/site-packages/_pytest/setuponly.py 56 29 48% .tox/py37/lib/python3.7/site-packages/_pytest/setupplan.py 24 5 79% .tox/py37/lib/python3.7/site-packages/_pytest/skipping.py 173 95 45% .tox/py37/lib/python3.7/site-packages/_pytest/stepwise.py 70 33 53% .tox/py37/lib/python3.7/site-packages/_pytest/store.py 34 5 85% .tox/py37/lib/python3.7/site-packages/_pytest/terminal.py 854 338 60% .tox/py37/lib/python3.7/site-packages/_pytest/timing.py 4 0 100% .tox/py37/lib/python3.7/site-packages/_pytest/tmpdir.py 89 17 81% .tox/py37/lib/python3.7/site-packages/_pytest/unittest.py 229 157 31% .tox/py37/lib/python3.7/site-packages/_pytest/warning_types.py 36 2 94% .tox/py37/lib/python3.7/site-packages/_pytest/warnings.py 101 29 71% .tox/py37/lib/python3.7/site-packages/_virtualenv.py 79 78 1% .tox/py37/lib/python3.7/site-packages/asgiref/__init__.py 1 0 100% .tox/py37/lib/python3.7/site-packages/asgiref/current_thread_executor.py 47 36 23% .tox/py37/lib/python3.7/site-packages/asgiref/local.py 65 45 31% .tox/py37/lib/python3.7/site-packages/asgiref/sync.py 174 142 18% .tox/py37/lib/python3.7/site-packages/attr/__init__.py 26 0 100% .tox/py37/lib/python3.7/site-packages/attr/_compat.py 82 36 56% .tox/py37/lib/python3.7/site-packages/attr/_config.py 9 4 56% .tox/py37/lib/python3.7/site-packages/attr/_funcs.py 90 65 28% .tox/py37/lib/python3.7/site-packages/attr/_make.py 829 303 63% .tox/py37/lib/python3.7/site-packages/attr/_next_gen.py 17 9 47% .tox/py37/lib/python3.7/site-packages/attr/_version_info.py 36 10 72% .tox/py37/lib/python3.7/site-packages/attr/converters.py 28 18 36% .tox/py37/lib/python3.7/site-packages/attr/exceptions.py 18 4 78% .tox/py37/lib/python3.7/site-packages/attr/filters.py 15 9 40% .tox/py37/lib/python3.7/site-packages/attr/setters.py 27 18 33% .tox/py37/lib/python3.7/site-packages/attr/validators.py 116 55 53% .tox/py37/lib/python3.7/site-packages/django/__init__.py 12 8 33% .tox/py37/lib/python3.7/site-packages/django/apps/__init__.py 3 0 100% .tox/py37/lib/python3.7/site-packages/django/apps/config.py 88 74 16% .tox/py37/lib/python3.7/site-packages/django/apps/registry.py 174 133 24% .tox/py37/lib/python3.7/site-packages/django/conf/__init__.py 143 79 45% .tox/py37/lib/python3.7/site-packages/django/conf/global_settings.py 147 0 100% .tox/py37/lib/python3.7/site-packages/django/core/__init__.py 0 0 100% .tox/py37/lib/python3.7/site-packages/django/core/exceptions.py 93 47 49% .tox/py37/lib/python3.7/site-packages/django/core/signals.py 5 0 100% .tox/py37/lib/python3.7/site-packages/django/core/validators.py 275 152 45% .tox/py37/lib/python3.7/site-packages/django/dispatch/__init__.py 1 0 100% .tox/py37/lib/python3.7/site-packages/django/dispatch/dispatcher.py 114 87 24% .tox/py37/lib/python3.7/site-packages/django/utils/__init__.py 0 0 100% .tox/py37/lib/python3.7/site-packages/django/utils/autoreload.py 395 314 21% .tox/py37/lib/python3.7/site-packages/django/utils/deconstruct.py 23 9 61% .tox/py37/lib/python3.7/site-packages/django/utils/deprecation.py 75 51 32% .tox/py37/lib/python3.7/site-packages/django/utils/encoding.py 106 71 33% .tox/py37/lib/python3.7/site-packages/django/utils/functional.py 201 89 56% .tox/py37/lib/python3.7/site-packages/django/utils/inspect.py 28 21 25% .tox/py37/lib/python3.7/site-packages/django/utils/ipv6.py 19 14 26% .tox/py37/lib/python3.7/site-packages/django/utils/module_loading.py 47 39 17% .tox/py37/lib/python3.7/site-packages/django/utils/regex_helper.py 194 179 8% .tox/py37/lib/python3.7/site-packages/django/utils/translation/__init__.py 162 99 39% .tox/py37/lib/python3.7/site-packages/django/utils/version.py 54 24 56% .tox/py37/lib/python3.7/site-packages/importlib_metadata/__init__.py 232 65 72% .tox/py37/lib/python3.7/site-packages/importlib_metadata/_compat.py 30 2 93% .tox/py37/lib/python3.7/site-packages/iniconfig.py 122 29 76% .tox/py37/lib/python3.7/site-packages/more_itertools/__init__.py 3 0 100% .tox/py37/lib/python3.7/site-packages/more_itertools/more.py 1003 845 16% .tox/py37/lib/python3.7/site-packages/more_itertools/recipes.py 131 98 25% .tox/py37/lib/python3.7/site-packages/pkg_resources/__init__.py 1551 767 51% .tox/py37/lib/python3.7/site-packages/pkg_resources/_vendor/__init__.py 0 0 100% .tox/py37/lib/python3.7/site-packages/pkg_resources/_vendor/appdirs.py 250 218 13% .tox/py37/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__about__.py 10 0 100% .tox/py37/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/__init__.py 3 0 100% .tox/py37/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/_compat.py 13 1 92% .tox/py37/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/_structures.py 41 18 56% .tox/py37/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/_typing.py 4 1 75% .tox/py37/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/markers.py 133 15 89% .tox/py37/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/requirements.py 79 22 72% .tox/py37/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/specifiers.py 287 150 48% .tox/py37/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/utils.py 26 9 65% .tox/py37/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/version.py 189 56 70% .tox/py37/lib/python3.7/site-packages/pkg_resources/_vendor/pyparsing.py 2528 1313 48% .tox/py37/lib/python3.7/site-packages/pkg_resources/_vendor/six.py 444 211 52% .tox/py37/lib/python3.7/site-packages/pkg_resources/extern/__init__.py 33 5 85% .tox/py37/lib/python3.7/site-packages/pluggy/__init__.py 8 2 75% .tox/py37/lib/python3.7/site-packages/pluggy/_tracing.py 41 17 59% .tox/py37/lib/python3.7/site-packages/pluggy/_version.py 1 0 100% .tox/py37/lib/python3.7/site-packages/pluggy/callers.py 122 63 48% .tox/py37/lib/python3.7/site-packages/pluggy/hooks.py 175 40 77% .tox/py37/lib/python3.7/site-packages/pluggy/manager.py 195 71 64% .tox/py37/lib/python3.7/site-packages/py/__init__.py 14 6 57% .tox/py37/lib/python3.7/site-packages/py/_builtin.py 112 84 25% .tox/py37/lib/python3.7/site-packages/py/_error.py 52 35 33% .tox/py37/lib/python3.7/site-packages/py/_path/__init__.py 0 0 100% .tox/py37/lib/python3.7/site-packages/py/_path/common.py 278 133 52% .tox/py37/lib/python3.7/site-packages/py/_path/local.py 693 468 32% .tox/py37/lib/python3.7/site-packages/py/_vendored_packages/__init__.py 0 0 100% .tox/py37/lib/python3.7/site-packages/py/_vendored_packages/apipkg.py 148 55 63% .tox/py37/lib/python3.7/site-packages/py/_version.py 1 0 100% .tox/py37/lib/python3.7/site-packages/py/_xmlgen.py 170 117 31% .tox/py37/lib/python3.7/site-packages/pytest/__init__.py 48 0 100% .tox/py37/lib/python3.7/site-packages/pytest/__main__.py 3 0 100% .tox/py37/lib/python3.7/site-packages/pytest/collect.py 18 4 78% .tox/py37/lib/python3.7/site-packages/zipp.py 113 65 42% pytest_echo.py 89 0 100% test_echo.py 96 4 96% ----------------------------------------------------------------------------------------------------------- TOTAL 26351 13341 49% py37 run-test: commands[3] | coverage html ___________________________________ summary ____________________________________ py37: commands succeeded congratulations :) write json report at: /tmp/tmpc5u3en0o/pytest-echo-1.7.1/result.json Time: 132.9 seconds