Refresh 01-remove-failing-tests.patch.

This commit is contained in:
Mathias Behrle 2018-03-30 18:28:39 +02:00
parent af618ce5e3
commit 37251de0f4
1 changed files with 5 additions and 6 deletions

View File

@ -7,12 +7,11 @@ Forwarded: not needed
--- a/tests/test_wsse_signature.py
+++ /dev/null
@@ -1,113 +0,0 @@
@@ -1,112 +0,0 @@
-import os
-import sys
-
-import pytest
-from lxml import etree
-
-from tests.utils import load_xml
-from zeep import wsse
@ -124,13 +123,13 @@ Forwarded: not needed
--- a/tests/test_asyncio_transport.py
+++ /dev/null
@@ -1,76 +0,0 @@
-import pytest
-from pretend import stub
-from lxml import etree
-import aiohttp
-import pytest
-from aioresponses import aioresponses
-from lxml import etree
-from pretend import stub
-
-from zeep import cache, asyncio, exceptions
-from zeep import asyncio, exceptions
-
-
-@pytest.mark.requests