Skip to content

Commit

Permalink
Mark test as xfail until an assessment can be made. Ref #165.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 26, 2020
1 parent cdeb8c2 commit 1331ba8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions irc/tests/test_client_aio.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
from unittest.mock import patch, MagicMock
import asyncio

import pytest

from irc import client_aio


@pytest.mark.xfail('sys.version_info >= (3, 8, 1)')
@patch('asyncio.base_events.BaseEventLoop.create_connection')
def test_privmsg_sends_msg(create_connection_mock):
# create dummy transport, protocol
Expand Down

0 comments on commit 1331ba8

Please sign in to comment.