diff --git a/tests/debug/session.py b/tests/debug/session.py index 589ea9f9..d0a56478 100644 --- a/tests/debug/session.py +++ b/tests/debug/session.py @@ -9,7 +9,6 @@ import itertools import os import psutil import py -import pytest import subprocess import sys import time @@ -457,10 +456,6 @@ class Session(object): ) def send_request(self, command, arguments=None, proceed=True): - if command == "attach": - if sys.version_info[:2] == (3, 6) and sys.platform == "darwin": - pytest.skip("https://github.com/microsoft/ptvsd/issues/1967") - self.before_request(command, arguments) if self.timeline.is_frozen and proceed: