============================= test session starts ==============================
platform linux -- Python 3.10.1, pytest-6.2.5, py-1.11.0, pluggy-0.13.1
rootdir: /build/python-six/src/six-1.16.0, configfile: setup.cfg
collected 200 items

test_six.py ............................................................ [ 30%]
........................................................................ [ 66%]
....................................................................     [100%]

=============================== warnings summary ===============================
../../../../usr/lib/python3.10/site-packages/_pytest/config/__init__.py:1233
  /usr/lib/python3.10/site-packages/_pytest/config/__init__.py:1233: PytestConfigWarning: Unknown config option: flakes-ignore
  
    self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")

../../../../usr/lib/python3.10/site-packages/_pytest/config/__init__.py:1233
  /usr/lib/python3.10/site-packages/_pytest/config/__init__.py:1233: PytestConfigWarning: Unknown config option: pep8ignore
  
    self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")

test_six.py::test_move_items[tkinter_tix]
  /build/python-six/src/six-1.16.0/six.py:87: DeprecationWarning: The Tix Tk extension is unmaintained, and the tkinter.tix wrapper module is deprecated in favor of tkinter.ttk
    __import__(name)

-- Docs: https://docs.pytest.org/en/stable/warnings.html
======================= 200 passed, 3 warnings in 1.67s ========================
