Actions
Bug #7262
closed[Tests] Python 2 tests fail on Debian 8 due to pbr incompatibility
Story points:
-
Description
mock 1.3.0 requires pbr, and as of Tuesday this is being fulfilled with pbr 1.7.0. On Debian Jessie with python 2.7.9 this is causing these tests to fail.
See https://bugs.launchpad.net/pbr/+bug/1493735 for a bug report against pbr 1.7.0.
Not sure if this failure is specific to this python version. Would be good to know if it can be reproduced.
Updated by Joshua Randall over 10 years ago
- Assigned To set to Joshua Randall
- % Done changed from 0 to 90
I've submitted a PR (https://github.com/curoverse/arvados/pull/24) that fixes this by blacklisting pbr v1.7.0 in the tests_require lines in setup.py for the relevant packages.
Updated by Brett Smith over 10 years ago
- Subject changed from tests for sdk/pam, sdk/python, services/fuse, and services/nodemanager fail due to pbr incompatibility to [Tests] Python 2 tests fail on Debian 8 due to pbr incompatibility
Updated by Brett Smith over 10 years ago
- Status changed from In Progress to Resolved
- % Done changed from 90 to 100
Applied in changeset arvados|commit:d1327f9456b561c059c18c76f63391728ce1780d.
Actions