core: removed pyro4 from Enterprise code. Fixes #5198
This commit is contained in:
parent
18f667c234
commit
3d3f2db34a
38 changed files with 47 additions and 854 deletions
|
|
@ -375,7 +375,6 @@ class TestPullRequestModel:
|
|||
class TestIntegrationMerge(object):
|
||||
@pytest.mark.parametrize('extra_config', (
|
||||
{'vcs.hooks.protocol': 'http', 'vcs.hooks.direct_calls': False},
|
||||
{'vcs.hooks.protocol': 'Pyro4', 'vcs.hooks.direct_calls': False},
|
||||
))
|
||||
def test_merge_triggers_push_hooks(
|
||||
self, pr_util, user_admin, capture_rcextensions, merge_extras,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue