openexr: make architecture independent
[oi-userland.git] / components / python / pytest-flake8 / test / results-3.7.master
blob9c303faba23ae77c460555ee2510b8c56d2a5186
1 py$(PYV) create: $(@D)/.tox/py$(PYV)
2 py$(PYV) run-test: commands[0] | python -m pytest --junitxml=$(@D)/.tox/py$(PYV)/log/junit-py$(PYV).xml
3 ============================= test session starts ==============================
4 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
5 cachedir: .tox/py$(PYV)/.pytest_cache
6 hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('$(@D)/.hypothesis/examples')
7 rootdir: $(@D), configfile: tox.ini
8 collecting ... collected 18 items
10 ::project PASSED
11 pytest_flake8.py::flake-8::FLAKE8 PASSED
12 setup.py::flake-8::FLAKE8 PASSED
13 test_flake8.py::TestIgnores::test_default_flake8_ignores PASSED
14 test_flake8.py::TestIgnores::test_ignores PASSED
15 test_flake8.py::TestIgnores::test_ignores_all PASSED
16 test_flake8.py::TestIgnores::test_mtime_caching PASSED
17 test_flake8.py::TestIgnores::test_w293w292 PASSED
18 test_flake8.py::flake-8::FLAKE8 PASSED
19 test_flake8.py::test_extensions PASSED
20 test_flake8.py::test_junit_classname PASSED
21 test_flake8.py::test_keyword_match PASSED
22 test_flake8.py::test_ok_verbose PASSED
23 test_flake8.py::test_run_on_init_file PASSED
24 test_flake8.py::test_strict XFAIL (flake8 is not properly registered...)
25 test_flake8.py::test_unicode_error PASSED
26 test_flake8.py::test_version PASSED
28 =============================== warnings summary ===============================
29 test_flake8.py: 12 warnings
30   $(PYTHON_DIR)/vendor-packages/pytest_travis_fold.py:186: PytestDeprecationWarning: The hookimpl pytest_configure uses old-style configuration options (marks or attributes).
31   Please use the pytest.hookimpl(trylast=True) decorator instead
32    to configure the hooks.
33    See https://docs.pytest.org/en/latest/deprecations.html#configuring-hook-specs-impls-using-markers
34     @pytest.mark.trylast  # to let 'terminalreporter' be registered first
36 test_flake8.py: 12 warnings
37   $(PYTHON_DIR)/vendor-packages/pytest_cov/plugin.py:136: PytestDeprecationWarning: The hookimpl pytest_load_initial_conftests uses old-style configuration options (marks or attributes).
38   Please use the pytest.hookimpl(tryfirst=True) decorator instead
39    to configure the hooks.
40    See https://docs.pytest.org/en/latest/deprecations.html#configuring-hook-specs-impls-using-markers
41     @pytest.mark.tryfirst
43 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
44 - generated xml file: $(@D)/.tox/py$(PYV)/log/junit-py$(PYV).xml -
45 ======== 16 passed, 1 xfailed, 24 warnings ========
46 ___________________________________ summary ____________________________________
47   py$(PYV): commands succeeded
48   congratulations :)