Jim Brännlund

Results 34 issues of Jim Brännlund

I'm using Semantic Release and in my `.releaserc.js` file I have: ```js [ '@semantic-release/release-notes-generator', { writerOpts: { headerPartial, transform: (commit) => { if (!commit.tag || typeof commit.tag !== `string`) {...

- [x] I am using the latest release of AWS Vault - [x] I have provided my `.aws/config` (redacted if necessary) - [x] I have provided the debug output using...

@bblommers made a [wish](https://github.com/spulec/moto/pull/3538#issuecomment-744018436) and I figured why not get the ball rolling?

A bug was introduced in v2.1.0 which causes (at least) extras.image name attribute to never be used in the report. [This](https://github.com/pytest-dev/pytest-html/blob/master/pytest_html/plugin.py#L252) is not reachable. Note that other extras types might...

bug

At least two issues to address here: 1. pypy3-mac fails, this might be out of our control but likely related to python 3.6 EOL: https://github.com/actions/setup-python/issues/311 2. pypy3 tests are super...

python 3.6 is EOL so we should drop support for it. We can do something similar to what we do in the `2.7-support` branch.

There's at least two things to address. 1. Disable codecov on Nightly builds and to only run on a subset of tests. Example [here](https://github.com/pytest-dev/pytest/blob/main/.github/workflows/main.yml#L133) 2. Upgrade Codecov action to v2,...