Andreas Maier

Results 180 issues of Andreas Maier

See for example here: https://github.com/TheKevJames/coveralls-python/actions/runs/3765678072 This is caused by GitHub Actions having changed ubuntu-latest to now be Ubuntu 22.04, for which it no longer provides Python 3.5 and 3.6. This...

Fixes issue #374 . For details, see the commit message.

Since a few days, coveralls 2.2.0 fails as follows, at least on Python 3.5 and 3.11. We use coveralls 2.2.0 in order to avoid issue #252 , and up until...

On Python 3.6, the tox test fails. On Python 3.5 and 3.7 or higher, it suceeds. ``` py36-cov6-default run-test: commands[0] | coverage run --branch --source=coveralls -m pytest tests/ ============================= test...

It seems that pip-check-reqs only checks the first level of dependencies of the package that is specified, but not any further dependencies of those dependencies. Please add an option to...

There are situations when the requirements are split into different requirements files. An example for that is an extra in a package, so you have your main requirements in one...

**Describe the bug** Using github.rest.git.createRef to create a protected branch fails with HTTP status 422: ``` with: script: github.rest.git.createRef({ owner: context.repo.owner, repo: context.repo.repo, ref: "refs/heads/stable_1.14", sha: "***", }) github-token: ***...

I would like to move our [nocaselist](https://pypi.org/project/nocaselist/) package forward to use type hints. So far, its class `NocaseList` is based on class `list`. I would like to keep that. However,...

topic: documentation

We are occasionally getting an `ssl.SSLEOFError` when using the prometheus client with HTTPS (as of the new version 0.19.0). That error is raised in the server thread and because it...

* safety version: 2.2.0 * Python version: 3.6.15 * Operating System: Ubuntu 20.04 ### Description We are running "safety check" on our minimum constraints file. Since today, this fails only...

bug