Pedro Algarvio
Pedro Algarvio
Fixes #1079
While working on a dynamic context plugin I encountered an issue where contexts are not unique(I think it's related to subprocess coverage, but I haven't been able to create a...
This is specially important on the new Github Actions
``` invalid signature for autopydantic_model ('saf.collect.beacons::PipelineRunContext[BeaconsConfig]') make: *** [Makefile:20: coverage] Error 2 ``` ```python class BeaconsConfig(CollectConfigBase): """ Configuration schema for the beacons collect plugin. """ beacons: List[str] async def collect(*,...
Now that https://github.com/MinchinWeb/colourettu supports python 3, the datable could use it.
### What does this PR do? Update requirements for Sulfur. Additionally, drop old requirements and unsupported python versions.
### What does this PR do? Switch Jenkins pipeline libs to ``master-2.0``
Creating a feature request as suggested [here](https://discourse.drone.io/t/is-it-possible-to-run-a-clean-up-task-after-a-build-has-been-canceled/2528/3?u=s0undt3ch). The background to the feature request is as follows. We have a build with a few pipelines that create AWS resources and in...
We have a project that starts a few child processes for which we run tests against. Are there any plans to track child processes statistics? **Describe the solution you'd like**...
It requires docker to be able to build `manylinux` wheel packages. Just run: ``` python setup-binary.py bdist_wheel ```