summaryrefslogtreecommitdiff
path: root/pbr
diff options
context:
space:
mode:
Diffstat (limited to 'pbr')
-rw-r--r--pbr/tests/test_util.py4
-rw-r--r--pbr/tests/testpackage/setup.cfg2
2 files changed, 3 insertions, 3 deletions
diff --git a/pbr/tests/test_util.py b/pbr/tests/test_util.py
index a9fdf6e..0a02fc1 100644
--- a/pbr/tests/test_util.py
+++ b/pbr/tests/test_util.py
@@ -103,12 +103,12 @@ class TestMapFieldsParsingScenarios(base.BaseTestCase):
project_urls =
Bug Tracker = https://bugs.launchpad.net/pbr/
Documentation = https://docs.openstack.org/pbr/
- Source Code = https://git.openstack.org/cgit/openstack-dev/pbr/
+ Source Code = https://opendev.org/openstack/pbr
""", # noqa: E501
'expected_project_urls': {
'Bug Tracker': 'https://bugs.launchpad.net/pbr/',
'Documentation': 'https://docs.openstack.org/pbr/',
- 'Source Code': 'https://git.openstack.org/cgit/openstack-dev/pbr/', # noqa: E501
+ 'Source Code': 'https://opendev.org/openstack/pbr',
},
}),
('query_parameters', {
diff --git a/pbr/tests/testpackage/setup.cfg b/pbr/tests/testpackage/setup.cfg
index ab31e95..e323252 100644
--- a/pbr/tests/testpackage/setup.cfg
+++ b/pbr/tests/testpackage/setup.cfg
@@ -9,7 +9,7 @@ home-page = http://pypi.python.org/pypi/pbr
project_urls =
Bug Tracker = https://bugs.launchpad.net/pbr/
Documentation = https://docs.openstack.org/pbr/
- Source Code = https://git.openstack.org/cgit/openstack-dev/pbr/
+ Source Code = https://opendev.org/openstack/pbr
summary = Test package for testing pbr
description-file =
README.txt