Paul "TBBle" Hampson

Results 225 comments of Paul "TBBle" Hampson

There hasn't been a release with this fix yet, it happened after 0.4.0, which is the most recent release. It'll be in the _next_ release.

@fagiani That might be better as a separate feature request ticket, it's not really related to this one. I suspect it's also something that will be driven by the underlying...

If you're using the latest release of the helper (0.4.0), this may be #232 . Try setting the env-var `AWS_SDK_LOAD_CONFIG` to `true`, to make `source_profile` work.

Yeah, that makes sense, and also matches the original poster's error message. If you're using `~/.aws/config` as the original poster showed, then you can safely unset those env-vars, as the...

It looks like this has become the blocker for Datatables, i.e. https://github.com/pytest-dev/pytest-bdd/pull/366#issuecomment-648014646, but the [rewrite-parser branch](https://github.com/pytest-dev/pytest-bdd/tree/rewrite-parser) also stalled in September 2020, over twelve months ago. Is there still seen to...

In current pytest-bdd versions, I think `target_fixture` is what you would use here, as from 4.0, Given is no longer automatically a fixture, and from 4.1.0, When and Then also...

Probably fixed by #303 in 0.4.0