Page MenuHomePhabricator

Rename buildbot teamcity wrapper module
ClosedPublic

Authored by jasonbcox on Sep 4 2020, 17:18.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC3b6093bdc7cd: Rename buildbot teamcity wrapper module
Summary

Installing the teamcity-messages pip package includes a module named teamcity.
This conflicts with our own teamcity wrapper module, so rename it accordingly.
This patch will allow us to run buildbot tests using build-configurations.py.

Test Plan
cd contrib/buildbot/test
workon abcbot
pip3 install teamcity-messages deepmerge pytest
pip3 install -r ../requirements.txt
pytest

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable