You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kp...@apache.org on 2020/12/10 19:40:00 UTC

[qpid-proton] branch master updated: PROTON-2237: Minor fix: removed import of skipif in tests/proton_tests/message.py, not used.

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

kpvdr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/master by this push:
     new 0ef6be1  PROTON-2237: Minor fix: removed import of skipif in tests/proton_tests/message.py, not used.
0ef6be1 is described below

commit 0ef6be121f3f732a30d203aacb1b71e101ddb688
Author: Kim van der Riet <ki...@apache.org>
AuthorDate: Thu Dec 10 14:39:39 2020 -0500

    PROTON-2237: Minor fix: removed import of skipif in tests/proton_tests/message.py, not used.
---
 python/tests/proton_tests/message.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/python/tests/proton_tests/message.py b/python/tests/proton_tests/message.py
index 6f407ca..062041e 100644
--- a/python/tests/proton_tests/message.py
+++ b/python/tests/proton_tests/message.py
@@ -21,7 +21,6 @@ from __future__ import absolute_import
 
 from uuid import uuid4
 from sys import version_info
-from unittest import skipIf
 
 from proton import *
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org