Julian Mehnle
Julian Mehnle
> If anyone else would be encountering the same error as I am: it seems that `pytest.lazyfixture` is now being added áfter `conftest.py` (cfr. https://docs.pytest.org/en/latest/deprecations.html#pytest-namespace). > > So to use...
@rgant, do you have an update to share?
I have an interest in this. I wish I knew how to make the requisite Travis changes, or I'd jump on immediately. Any pointers?
Most notably https://github.com/toptal/chewy/pull/391.
I so wish `dateparser` didn't depend on `regex` for that very reason. I'm trying to deploy to AWS Lambda from OS X, and since there's no `manylinux1` wheel of `regex`,...
Would making `regex` an optional dependency (i.e., following @juanriaza's suggestion) be acceptable? @wRAR, what tests were failing? What functionality would we lose without `regex` installed?
I, too, am looking for a way to use different indentation widths, such as 2 spaces. Is there a built-in way?
@rdbhost, thanks for tackling that! It seems, however, that https://github.com/rdbhost/yieldfromBotocore is 271 commits behind upstream. Are you actively maintaining it?
Trollius (`asyncio` port to Python 2.x) is complete and stable.
Although this seems like a great idea, I'd raise security concerns about downloading precompiled binaries from someone's GitHub repo with no way to verify that these binaries aren't compromised.