AppVeyor timeouts, because Conan is blocking the whole process waiting for user confirmation, because it detects Python2 and doesn't like it. Interestingly, Python2 is nowhere to be mentioned in the
appveyor.yml config file.
conan create . internal/testing
**********************************************************************
Python 2 is deprecated as of 01/01/2020 and Conan has stopped
supporting it officially. We strongly recommend you to use Python >=
3.5. Conan will completely stop working with Python 2 in the following
releases
**********************************************************************
If you really need to run Conan with Python 2 in your CI without this
interactive input, please contact us at info@conan.io
**********************************************************************
Understood the risk, keep going [y/N]:
AppVeyor timeouts, because Conan is blocking the whole process waiting for user confirmation, because it detects Python2 and doesn't like it. Interestingly, Python2 is nowhere to be mentioned in the appveyor.yml config file.
See #10