summaryrefslogtreecommitdiff
path: root/testing/support.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/support.py')
-rw-r--r--testing/support.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/support.py b/testing/support.py
index a65375e..f067719 100644
--- a/testing/support.py
+++ b/testing/support.py
@@ -49,8 +49,8 @@ class FdWriteCapture(object):
def __init__(self, capture_fd=2): # stderr by default
if sys.platform == 'win32':
- import py
- py.test.skip("seems not to work, too bad")
+ import pytest
+ pytest.skip("seems not to work, too bad")
self.capture_fd = capture_fd
def __enter__(self):