Bert Blommers
Bert Blommers
Did you also remove the `os.environ["AWS_PROFILE"] = "asdf"`? That part is definitely not on the official website (docs.getmoto.org)
Did you configure AWS previously? Whatever profile is missing, must be configured somewhere. Did you try running the test without Moto? I'm fairly certain that the error will still occur...
Considering the age of this issue, I'm going to close it - it doesn't look like this is still a problem. If somebody encounter this problem again with the latest...
FYI: This was added to Moto in https://github.com/spulec/moto/pull/5590, so the moment LS pulls in moto >= 4.0.9.dev6 this should be resolved.
Sounds good to me @denny-sam - I'm not aware of anyone else working on this. Happy to help out if you run into any issues!
As far as I can tell, that's not possible @fmigneault. Given this config: ``` install_requires=["werkzeug>=0.5"], extras_require={"server": ["werkzeug>=0.5,=0.5"`, ignoring the additional limitations that come with `moto[server]`. FYI, if you're interested in...
Looks like that is a bug that was fixed recently. I was on an older version of PIP, `pip 20.0.2`, and using that exact same setup, PIP always installed the...
This should now be fixed as of moto >= 4.0.8.dev17. Please let us know if you run into any other issues with this version though!
There's no date planned @jakirkham, but somewhere this week. I'd like to wait until we get some positive feedback that the dev-version works as expected... (hint, hint) :slightly_smiling_face:
Awesome - thanks for verifying @fmigneault