-
-
Notifications
You must be signed in to change notification settings - Fork 541
Closed
Labels
bug:normalaffects many people or has quite an impactaffects many people or has quite an impact
Description
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
Labels
bug:normalaffects many people or has quite an impactaffects many people or has quite an impact