Skip to content

Instantly share code, notes, and snippets.

@jugmac00
Created March 12, 2021 08:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jugmac00/dbb1efa36f25db4a811132bc3ae5e341 to your computer and use it in GitHub Desktop.
Save jugmac00/dbb1efa36f25db4a811132bc3ae5e341 to your computer and use it in GitHub Desktop.
tox on  rewrite [$?] via 🐍 v2.7.17
❯ tox4 -r -e flake8
flake8: remove tox env folder /home/jugmac00/Projects/tox/.tox/4/flake8
flake8: install_deps> python -I -m pip install flake8-bugbear==20.11.1 flake8-comprehensions==3.3.1 flake8-pytest-style==1.3 flake8-spellcheck==0.23 flake8-unused-arguments==0.0.6 flake8==3.8.4
flake8: commands[0]> flake8 src tests docs
src/tox/pytest.py:66:1: PT004 fixture 'ensure_logging_framework_not_altered' does not return anything, add leading underscore
src/tox/pytest.py:111:1: PT004 fixture 'check_os_environ_stable' does not return anything, add leading underscore
src/tox/pytest.py:118:1: PT004 fixture 'no_color' does not return anything, add leading underscore
src/tox/pytest.py:274:1: PT004 fixture 'enable_pep517_backend_coverage' does not return anything, add leading underscore
src/tox/pytest.py:565:1: PT005 fixture '_invalid_index_fake_port' returns a value, remove leading underscore
tests/config/test_sets.py:13:1: PT005 fixture '_conf_builder' returns a value, remove leading underscore
flake8: exit 1 (6.08 seconds) /home/jugmac00/Projects/tox> flake8 src tests docs pid=31325
flake8: FAIL code 1 (8.57=setup[2.49]+cmd[6.08] seconds)
evaluation failed :( (8.60 seconds)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment