vine
vine copied to clipboard
Python promises
that's is mostly for sphinx_celery https://github.com/celery/sphinx_celery/issues/27
`case` uses in testing `nose` which should not be used with python 3.x https://nose.readthedocs.io/en/latest/ https://pypi.org/project/case/#history Looks like some replacement needs to be found because that module is not suited for...
What's the expected behavior for calling `then()` on a resolved promise? Right now you add callbacks that will *never* get called. E.g. using an `EagerResult` in celery you end up...
I'd like to gather results returned by promises that are passed into a barrier, I imagined an interface like this: ```python p1 = http.Request('http://a') p2 = http.Request('http://b') p3 = http.Request('http://c')...
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. - `python3 -sBm...
Looks lie `vine` documentation is not ready to be generated using sphinx 6.x ```console + /usr/bin/sphinx-build -n -T -b man docs build/sphinx/man Running Sphinx v6.1.3 making output directory... done loading...
updates: - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](https://github.com/PyCQA/flake8/compare/7.2.0...7.3.0)
Pytest Classes are important if we want share parametrization between tests, which is a feature we don't use in vine's tests. This is why i suggest to remove it. The...
Remove 3 useless files: 1. .editorconfig: This file shouldn't exist in git because it is specific to the editor used by the original developper 2. .travis.yml is no longer used...