Jim Brännlund
Jim Brännlund
Would you accept a PR that adds override capabilities so that one can delete versions that _has_ aliases? We have that use-case.
## Why Currently there's no way of deleting API keys (expired or otherwise) using the CLI (or the API). This will lead to the API key DB table to keep...
- [x] a detailed description of the bug or problem you are having - [x] output of `pip list` from the virtual environment you are using - [x] pytest and...
**Describe the bug** After running `direnv allow` I get a warning: ```sh $ direnv allow /usr/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) direnv: loading ~/dev/afa/syncer/.envrc /bin/bash: warning: setlocale: LC_ALL:...
### Feature and motivation Currently when running Selenium Grid in Kubernetes via the Helm-chart, the hub becomes unreachable when deploying changes. This is due to there only being one replica....
**Describe the bug** `pipx install` fails due to corporate network/proxy with self-signed certificate. From the log: ``` WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL:...
Sure, is not related to this at all. I have the following code to display the screenshots I'm taking during my tests in the report: ```python @pytest.hookimpl(hookwrapper=True) def pytest_runtest_makereport(item): """...
pytest-html should support this feature. _Originally posted by @BeyondEvil in https://github.com/pytest-dev/pytest/issues/10710#issuecomment-1501060528_
The JSON field name "collapsed" is used twice with different meaning. Once w.r.t. query params. Once w.r.t. wether a result row should be collapsed or not.