Emmanuel I. Obi
Emmanuel I. Obi
Can corroborate that this is an issue for me using: ``` $ kubectl version Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.5", GitCommit:"e6503f8d8f769ace2f338794c914a96fc335df0f", GitTreeState:"clean", BuildDate:"2020-06-27T00:36:48Z", GoVersion:"go1.14.4", Compiler:"gc", Platform:"darwin/amd64"} Server Version: version.Info{Major:"1", Minor:"14+", GitVersion:"v1.14.10-gke.45",...
In trying to repo this issue, I ran into #675. That issue presented a blocker for further investigation. Can now continue trying to reproduce.
While I get the same results on macOS 11.7.10; python v3.12.0, the claim: > _"nothing appears other than a response that would be given when typing poetry run scanapi."_ seems...
dispute resolved in #40 by capping the `futures` dependency at v2.2.0.
will assay other python versions to better understand the contagion of this issue.
✅ 3.7.x ✅ 3.8.x ❌ 3.9.x ✅ 3.10.x tried a few patch versions in python versions 3.7 - 3.10 and it seems this is an issue installing with python 3.9.x....
hey folks 👋 I've opened #41 that addresses this issue. give it a look. let me know what you think. the changes therein allowed me to use this library with...
shown to have been adequately addressed @ 6cb73602ec09d2b7e542f9b644b85c85b97a0ae8 giving this output after following the reproduction steps: ``` $ poetry install Installing dependencies from lock file Package operations: 71 installs, 10...
Upon investigation, [this issue on the poetry repo](https://github.com/python-poetry/poetry/issues/8287) confirms a known issue with `pyyaml` v6.0 being incompatible with [PEP 517](https://peps.python.org/pep-0517/). Remedy was to upgrade to `pyyaml` v6.0.1.
is this still needed? i'm interested in taking it on.