rht
rht
That looks like a bit longer than I thought (`concurrent.futures` as a common interface to `multiprocessing` and `threading`). Would it be possible to do ```python f1 = executor.submit(client1.call_on_each_event, pipe_event1, ["message"])...
"Longer" in a horizontal way rather than vertical way, in terms of the number of nested expressions. (Also, I somehow forgot the fact that `create_pipe_event` was a construct in the...
This is to automate the integration test to check for PRs which require such, such as #18. The caveat is that it will slow down the aggregate CI test time....
@derAnfaenger agreed on the test duration and the limitation of the parallel tests ! Should the test be triggered in main only when https://github.com/zulip/python-zulip-api/tree/master/zulip/zulip is patched? I really need this...
Ahh, right, right, let me check how long the test takes with just `tools/test-api`.
The only blocker is that I was testing between various Git clone ssh paths: 1. `sed -i "s|[email protected]|python-zulip-api.git@pull/$TRAVIS_PULL_REQUEST|" requirements/dev_lock.txt` 2. `sed -i "s|zulip/[email protected]|$TRAVIS_PULL_REQUEST_SLUG.git@$TRAVIS_PULL_REQUEST_BRANCH|" requirements/dev_lock.txt` 3. `sed -i "s|zulip/[email protected]|$TRAVIS_PULL_REQUEST_SLUG.git/$TRAVIS_PULL_REQUEST_BRANCH|" requirements/dev_lock.txt`
Most likely wrong URL formatting. If you have any idea on what's going on, and unblock this, I'm totally up for this.
I will have to update this to use the circleci script.
> Yeah, you can self-host or use their instance @ https://gitlab.com/ As in, retain the repo hosting in github, but enable the CI/CD in gitlab? https://docs.gitlab.com/ee/ci/ci_cd_for_external_repos/index.html
Someone made a Poetry plugin for `data_files`: https://github.com/python-poetry/poetry/issues/890#issuecomment-1140395857. As such, both issues have an unofficial solution. But it looks like there won't be any official solution any time soon (the...