Matthieu Rigal

Results 73 comments of Matthieu Rigal

I guess this is now fixed on master! What about a new version @ambv ?

You can't trigger a new release @revmischa ? Only @ambv can do that? It's really annoying that it's not possible to use it on Python 3.7 for example...

Also fixed by https://github.com/ambv/flake8-mypy/pull/22/files Try from master! Although this will only fix the problem for the version. In case you wanna check for another platform than linux, I'm afraid that...

The problem comes from this code change: https://github.com/FactoryBoy/factory_boy/pull/828/files#diff-92a7290251f0a9a1c6f4309e8a63df0920e00a52cbf1257aa1ee62bbc11da044L497

The problem doens't come from`pytest-lazy-fixture` but from `pytest-factoryboy`, see this PR for failing tests https://github.com/pytest-dev/pytest-factoryboy/pull/125 Update: It looks like it comes from pytest-lazy-fixture because the plugin is calling the _fillfixtures...

@asottile maybe you have an opinion on this? If you think it is a nice addition and give me in indication how to add/integrate this ideally, I could try to...

A real shame that is still not solved by AWS... Since I use events-based (cron) functions, I had to add `"events:PutRule, events:PutTargets"`to the policy from @walkermatt gist

This is awesome documentation @rbarrois ! Maybe to be added to the "Common Recipes" or to a new "Fancy Recipes" section!

@OskarPersson you might add a failing test with xfail to illustrate the issue. What about checking for these objects and adding them in the bulk list, sorted so that they...