tests: Update pytest_plugin according to latest version change
This commit is contained in:
parent
9a1314c656
commit
a8cde12d72
44 changed files with 8 additions and 8 deletions
|
@ -32,7 +32,7 @@ class PackagistListerTester(HttpSimpleListerTester, unittest.TestCase):
|
|||
Lister = PackagistLister
|
||||
PAGE = 'https://packagist.org/packages/list.json'
|
||||
lister_subdir = 'packagist'
|
||||
good_api_response_file = 'data/packagist.org/packages_list.json'
|
||||
good_api_response_file = 'data/https_packagist.org/packages_list.json'
|
||||
entries = 5
|
||||
|
||||
@requests_mock.Mocker()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue