Remove deprecated options
Options that are currently marked as deprecated do not have any effect anymore (other than printing warning). We should remove them and update the message so that we can mark options as deprecated even when they still work. Signed-off-by: Ondrej Nosek <onosek@redhat.com>
This commit is contained in:
parent
2bd3b85bb7
commit
91ee1fb854
9 changed files with 12 additions and 94 deletions
|
|
@ -342,7 +342,7 @@ class TestLiveMediaPhase(PungiTestCase):
|
|||
'ksurl': 'git://example.com/repo.git',
|
||||
'name': 'Fedora Server Live',
|
||||
'version': 'Rawhide',
|
||||
'repo_from': 'Missing',
|
||||
'repo': 'Missing',
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -370,8 +370,7 @@ class TestLiveMediaPhase(PungiTestCase):
|
|||
'scratch': True,
|
||||
'skip_tag': True,
|
||||
'title': 'Custom Title',
|
||||
'repo_from': ['Everything', 'Server-optional'],
|
||||
'repo': ['http://example.com/extra_repo'],
|
||||
'repo': ['http://example.com/extra_repo', 'Everything', 'Server-optional'],
|
||||
'arches': ['x86_64'],
|
||||
'ksversion': '24',
|
||||
'release': None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue