Author: Ronan Lamy <[email protected]>
Branch:
Changeset: r84980:d3a2481ebbdf
Date: 2016-06-06 19:23 +0100
http://bitbucket.org/pypy/pypy/changeset/d3a2481ebbdf/
Log: Remove useless check
diff --git a/pypy/conftest.py b/pypy/conftest.py
--- a/pypy/conftest.py
+++ b/pypy/conftest.py
@@ -164,13 +164,6 @@
__multicall__.execute()
-def pytest_runtest_teardown(__multicall__, item):
- __multicall__.execute()
-
- if 'pygame' in sys.modules:
- assert option.view, ("should not invoke Pygame "
- "if conftest.option.view is False")
-
class PyPyClassCollector(py.test.collect.Class):
# All pypy Test classes have a "space" member.
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit