Skip to content

Commit

Permalink
Remove redundant backport and code
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored and mvantellingen committed Dec 29, 2021
1 parent 84f968c commit 1ddd118
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
tests_require = [
"coverage[toml]==5.2.1",
"freezegun==0.3.15",
"mock==2.0.0",
"pretend==1.0.9",
"pytest-cov==2.8.1",
"pytest-httpx",
Expand Down
4 changes: 0 additions & 4 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

import pytest

# Don't try to test asyncio since it is py3 only syntax
if sys.version_info < (3, 5):
collect_ignore = ["test_asyncio_transport.py"]

pytest.register_assert_rewrite("tests.utils")


Expand Down
3 changes: 2 additions & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from mock import patch
from unittest.mock import patch

from pretend import stub

from zeep import __main__, client
Expand Down

0 comments on commit 1ddd118

Please sign in to comment.