Tomasz Kłoczko
Tomasz Kłoczko
I found the same https://github.com/sdispater/cachy/issues/25 However after add that PR pytest still is failing for me in few units ```console + PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-cachy-0.3.0-11.fc35.x86_64/usr/lib64/python3.8/site-packages:/home/tkloczko/rpmbuild/BUILDROOT/python-cachy-0.3.0-11.fc35.x86_64/usr/lib/python3.8/site-packages + /usr/bin/pytest -ra =========================================================================== test session starts ============================================================================...
> @kloczek: That looks unrelated to this PR. Seems to be an incompatibility between cachy's tests and fakeredis. OK .. so where that issue should be submitted? 🤔
Here is list of modules installed in build env ```console Package Version ----------------------------- ----------------- alabaster 0.7.12 async-timeout 4.0.2 attrs 21.4.0 Babel 2.9.1 build 0.7.0 charset-normalizer 2.0.12 codespell 2.1.0 cycler 0.11.0...
It would be good to add `docs/` content to sdist as well.
Looks like pyproject.toml is incomplete. Below patch fixes that ```patch --- a/pyproject.toml~ 2019-08-06 21:14:02.000000000 +0100 +++ b/pyproject.toml 2021-09-18 13:53:44.926706989 +0100 @@ -1,3 +1,7 @@ +[build-system] +requires = ["poetry-core>=1.0.0"] +build-backend =...
gentle ping .. 😃
Maybe someone commenting here can clone repo and start maintain fork?
OK thx.
Gentle ping .. any update? 😄