Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Build: #2382 was successful Changes by Guus der Kinderen

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
5 minutes
Labels
None
Agent
Default Agent
Revision
63e2e12d32c34ba11d855e73411fc74fce0f54f3
Total tests
684
Successful since
#2354 ()

Tests

Code commits

Author Commit Message Commit date
Guus der Kinderen Guus der Kinderen 63e2e12d32c34ba11d855e73411fc74fce0f54f3 Limit aioxmpp's python to 3.11.2
Python 3.11.3 triggers this error when running aioxmpp:

`AttributeError: 'XSOEnumMixin' object has no attribute 'name'`

Fix python to 3.11.2 to prevent the issue from occurring.

More information in https://github.com/horazont/aioxmpp/issues/391