Mike Lane
Mike Lane
> What formatting do you suggest? Good question, I should have suggested something. How about this? ```python my_long_variable_name = lambda_fixture( lambda fixture_1, another_long_fixture_name, some_fixture_factory, some_long_fixture_name_again, short, wow, long_fixture_name: some_fixture_factory.create_batch( size=10,...
We used the CachingRedisBackend. We do not use gevent.
I have the issue, too. I'm on macOS running Ruby 2.4.1 (using rbenv)
We are just now running into a problem with this with typescript. When we get an AWSError back from dynamoDB we would like to inspect it to decide what actions...
https://github.com/pytest-dev/pytest-bdd
I have a PR for implementing dollars and cents instead of cents on the backend. If that PR gets merged, then this issue should be closed.
Experienced this today as well.
Adding this to my pyproject.toml removed the warning for me: ```toml [tool.pytest.ini_options] # ... other options here filterwarnings = [ "ignore:Unused async fixture loop scope:pytest.PytestWarning" ] ``` I could not...