Sam Dammers
Sam Dammers
This change introduces a test failure I am still looking at: `FAILED tests/test_backends.py::test_openapi_spec_validator_validate_failure - Failed: DID NOT RAISE ` Auto detection seems to work well, apart from this one. If...
I believe the issue is in the latest openapi-spec-validator, specifically for the v2 validator Raised https://github.com/p1c2u/openapi-spec-validator/issues/176
https://github.com/p1c2u/openapi-spec-validator/pull/177 fixed, updating backend to openapi_spec_backend 0.5.1 and the test is now passing :tada:
@RonnyPfannschmidt if you have 10 mins free to review this PR, its quiet small and just keeps prance compatible with the latest openapi_spec_validator version
It probably does actually, good point I'll pop that in shortly
Ok, locked to compatible release 0.5.1, and yeah ditched the majority of the if/else now the dep auto-detects version.
We experienced this issue was well today/last week. Again index.html is the same file size, but the contents and modified times are different.
@sotsugov suggestion worked like a charm. I had pyenv installed and a pyenv-virtualenv configured, installed pylint but it was still pointing at the global install. Running `pyenv rehash` fixed this.