You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2020/08/22 15:02:16 UTC

[incubator-ponymail-unit-tests] branch master updated: Unused

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-unit-tests.git


The following commit(s) were added to refs/heads/master by this push:
     new 216f02c  Unused
216f02c is described below

commit 216f02cb963fc3ae15e40055fa9ddc623569e19f
Author: Sebb <se...@apache.org>
AuthorDate: Sat Aug 22 16:02:01 2020 +0100

    Unused
---
 tests/test-generators.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/test-generators.py b/tests/test-generators.py
index 50c2522..16691fb 100755
--- a/tests/test-generators.py
+++ b/tests/test-generators.py
@@ -72,8 +72,6 @@ def run_tests(args):
     errors = 0
     tests_run = 0
     yml = yaml.safe_load(open(args.load, 'r'))
-    expected_archie_parameters = inspect.signature(archiver.Archiver).parameters
-    expected_compute_parameters = inspect.signature(archiver.Archiver.compute_updates).parameters
     generator_names = generators.generator_names() if hasattr(generators, 'generator_names') else ['full', 'medium', 'cluster', 'legacy']
     for mboxfile, run in yml['generators'].items():
         for gen_type, tests in run.items():