support/testing: make crossbar to use umsgpack
authorRicardo Martincoski <ricardo.martincoski@gmail.com>
Sun, 11 Aug 2019 01:35:36 +0000 (22:35 -0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 11 Aug 2019 12:17:28 +0000 (14:17 +0200)
commitd23056ffe190271510ef0babebc740dc1f21611b
treea78eac8a0283eeaa09454aad96320c74ae51dca4
parentef5e87bb920fb0908c16b731670aa8124c0337b6
support/testing: make crossbar to use umsgpack

Since version 19.3.3, python-autobahn assumes that when CPython is used
msgpack will be used as well [1]. But it still allows the user to
override this behavior by setting an environment variable [2] to use
umsgpack.

Make the test to explicitly use umsgpack since it is part of the minimal
config (python-crossbar selects python-u-msgpack).

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/269139430

[1] https://github.com/crossbario/autobahn-python/commit/ea019b80427c9f6d43938631f8143bf7c993b4e7
[2] https://github.com/crossbario/autobahn-python/commit/fe70ceebe04849470b0c81b26ff6e65e709b0d33

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
support/testing/tests/package/sample_python_crossbar.py