summaryrefslogtreecommitdiff
path: root/testing/cffi0/test_version.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/cffi0/test_version.py')
-rw-r--r--testing/cffi0/test_version.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/cffi0/test_version.py b/testing/cffi0/test_version.py
index facb84c..dfce94f 100644
--- a/testing/cffi0/test_version.py
+++ b/testing/cffi0/test_version.py
@@ -1,9 +1,10 @@
-import py, os, sys
+import os, sys
+import pytest
import cffi, _cffi_backend
def setup_module(mod):
if '_cffi_backend' in sys.builtin_module_names:
- py.test.skip("this is embedded version")
+ pytest.skip("this is embedded version")
#BACKEND_VERSIONS = {
# '0.4.2': '0.4', # did not change