integrations-core
integrations-core copied to clipboard
test
trafficstars
What does this PR do?
test if ci is broken, I am not doing a draft cause I dont remember if draft would start tests
Motivation
Additional Notes
Review checklist (to be filled by reviewers)
- [ ] Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
- [ ] Changelog entries must be created for modifications to shipped code
- [ ] Add the
qa/skip-qalabel if the PR doesn't need to be tested during QA. - [ ] If you need to backport this PR to another branch, you can add the
backport/<branch-name>label to the PR and it will automatically open a backport PR once this one is merged
@itstauq Since the DistributedProjects uses the same objects inside it, I was wondering if this is a better fix as long as we run it by PM. It changes the Request object for the single projects too but it's just a change to the repr so not a conflicting change IMO.
@itstauq To address your comment, added another commit that does not create a breaking change.
Closing for now, we will move the domain information to Project code in this PR: https://github.com/OpenMined/PySyft/pull/8999