Andreas Maier
Andreas Maier
Superseded by issue #1667 - closing this issue.
Another variant of this seems to be: minimum-constraints.txt file: ``` ansible==5.0.0 ``` requirements.txt file: ``` ansible>=5.0.0 ``` Pip error: ``` $ pip install -r requirements.txt -c minimum-constraints.txt ERROR: Cannot install...
I also ran into this issue on the tox py3.8 environment when doing PR #1019 and circumvented it py pinning asgiref to 3.6.0 in tox.ini (same solution that was already...
It turns out that "safety scan" requires an account on the safety site. See https://github.com/pyupio/safety/issues/663
No reaction yet on the safety issue about the need for an account. Moving this issue into the next release.
Ronny, you are my hero today! And thanks for responding on a sunday! I thought I had also tested it with exclude directives, but it turns out I must have...
Addressed by PR #44.
I have tried to address this issue in PR #1019.
If there is anything I can do in the PR for the failing CircleCI tests test-3.8 and test-3.9, let me know. Update: Force-pushing the PR helped.
@csmarchbanks I know. I don't like it either, but the big advantage of the provided HTTP server is that it is built-in, simple to use, and it works great, even...