From 12192ee7d58de95ddca35a3e93bfc172bdb5c820 Mon Sep 17 00:00:00 2001 From: mormj <mormjb@gmail.com> Date: Fri, 30 Oct 2020 10:46:31 -0400 Subject: qa: remove xml file parameter causing deprecation warnings --- gr-blocks/python/blocks/qa_python_message_passing.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gr-blocks/python/blocks/qa_python_message_passing.py') diff --git a/gr-blocks/python/blocks/qa_python_message_passing.py b/gr-blocks/python/blocks/qa_python_message_passing.py index b4f36675c7..e5b0bc6d9f 100644 --- a/gr-blocks/python/blocks/qa_python_message_passing.py +++ b/gr-blocks/python/blocks/qa_python_message_passing.py @@ -99,5 +99,4 @@ class test_python_message_passing(gr_unittest.TestCase): self.assertTrue(pmt.equal(msg_list[i], msg_cons.msg_list[i])) if __name__ == '__main__': - gr_unittest.run(test_python_message_passing, - 'test_python_message_passing.xml') + gr_unittest.run(test_python_message_passing) -- cgit v1.2.3