I would like to use some scripts in other repositories for integration testing, but currently this basically means that we need to check out the repository, as the python scripts are not standalone.
We should at least reorg the python stuff into a cohesive directory, which we can upload as an artefact and then re-use. We might even want to build a python wheel for that.
I would say this is mitigated, as we have a client docker image, which contains all the python stuff now. The python stuff can't be completely standalone anyhow; it always needs the rust-client
I would like to use some scripts in other repositories for integration testing, but currently this basically means that we need to check out the repository, as the python scripts are not standalone.
We should at least reorg the python stuff into a cohesive directory, which we can upload as an artefact and then re-use. We might even want to build a python wheel for that.