-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use rpmfusion_cert.py to fix some issues.
rpmfusion_cert.py available since rpmfusion-packager-0.6.1
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ def bash_completion_dir(): | |
|
||
setup( | ||
name="rfpkg", | ||
version="1.25.2", | ||
version="1.25.3", | ||
author="Nicolas Chauvet", | ||
author_email="[email protected]", | ||
description=("RPM Fusion plugin to rpkg to manage " | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,7 +84,7 @@ def test_retire_with_namespace(self, PkgDB): | |
self.assertEqual(PkgDB.return_value.retire_packages.call_args_list, | ||
[mock.call('rfpkg', 'master', namespace='rpms')]) | ||
|
||
@mock.patch('fedora_cert.read_user_cert') | ||
@mock.patch('rpmfusion_cert.read_user_cert') | ||
@mock.patch('pkgdb2client.PkgDB') | ||
def test_retire_without_namespace(self, PkgDB, read_user_cert): | ||
self._setup_repo('ssh://[email protected]/rfpkg') | ||
|