Skip to content

Tox takes over 30s to run any kind of command #1735

@ssbarnea

Description

@ssbarnea

tox --version is the only command that is not affected by this weird delay I receintly observed, one that looks like waiting for a missing DNS entry to resolve or something else involving network timeouts.

This happens when there are no plugins installed or configured inside tox.ini file, on any project, at least on MacOS.

$ tox -vvva
using tox.ini: /Users/ssbarnea/c/a/molecule/tox.ini (pid 53831)
  removing /Users/ssbarnea/c/a/molecule/.tox/log
##### this is where the 30s delay happens..... ###
using tox-3.20.1 from /Users/ssbarnea/.pyenv/versions/3.9.0/lib/python3.9/site-packages/tox/__init__.py (pid 53831)
default environments:
...

additional environments:
...
Time: 0h:00m:31s

It happens with any project using tox and I am unable to stop it even by pressing Ctrl-C

$ tox -a
^C^C%
Time: 0h:00m:31s
FAIL: 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug:normalaffects many people or has quite an impact

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions