summaryrefslogtreecommitdiff
path: root/pbr/tests/test_util.py
diff options
context:
space:
mode:
Diffstat (limited to 'pbr/tests/test_util.py')
-rw-r--r--pbr/tests/test_util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbr/tests/test_util.py b/pbr/tests/test_util.py
index 7a4c6bd..5999b17 100644
--- a/pbr/tests/test_util.py
+++ b/pbr/tests/test_util.py
@@ -48,7 +48,7 @@ class TestExtrasRequireParsingScenarios(base.BaseTestCase):
baz<1.6 :python_version=='2.6'
""",
'expected_extra_requires': {
- "test:python_version=='2.6'": ['foo', 'baz<1.6'],
+ "test:(python_version=='2.6')": ['foo', 'baz<1.6'],
"test": ['bar']}}),
('no_extras', {
'config_text': """