Author: fijal
Branch:
Changeset: r82083:c9632a51530c
Date: 2016-02-05 10:47 +0100
http://bitbucket.org/pypy/pypy/changeset/c9632a51530c/
Log: remove the conftest that skipped all tests
diff --git a/pypy/module/_vmprof/test/conftest.py
b/pypy/module/_vmprof/test/conftest.py
deleted file mode 100644
--- a/pypy/module/_vmprof/test/conftest.py
+++ /dev/null
@@ -1,7 +0,0 @@
-import py
-from rpython.jit.backend import detect_cpu
-
-cpu = detect_cpu.autodetect()
-def pytest_runtest_setup(item):
- if cpu != detect_cpu.MODEL_X86_64:
- py.test.skip("x86_64 tests only")
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit