-
Notifications
You must be signed in to change notification settings - Fork 294
Open
Labels
waiting-on-responseIf an issue goes without response for a while, close it.If an issue goes without response for a while, close it.
Description
I have a weird use case...
Running serverless deploy using the ansible module on a machine with Debian 8.
I am using a Pipfile (doesn't matter what's in it, I tried using an almost empty one too):
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
[dev-packages]
[requires]
python_version = "3.6"
The generated requirements.txt file then looks like this:
-i https://pypi.org/simple
^M⠋ Running..^M⠙ Running..^M⠹ Running..^M⠸ Running..^M⠼ Running..^M⠴ Running..^M⠦ Running..^M⠧ Running..^M⠇ Running..^M⠏ Running..^M⠋ Running..^M⠙ Running..^M⠹ Running..^M⠸ Running..^M⠼ Running..^M⠴ Running..^M⠦ Running..^M⠧ Running..^M⠇ Running..^M⠏ Running..^M⠋ Running..^M⠙ Running..^M⠹ Running..^M⠸ Running..^M✔ Complete
This doesn't happen when I run on macOS or when I use sls deploy
directly (no ansible module).
Any ideas on root cause here?
Metadata
Metadata
Assignees
Labels
waiting-on-responseIf an issue goes without response for a while, close it.If an issue goes without response for a while, close it.