Commit aa586a98 authored by Wenzel Jakob's avatar Wenzel Jakob
Browse files

use a more conservative mechanism to check for pytest

On a debian jessie machine, running 'python --version --noconftest' caused
pytest to try and run the test suite with the not-yet-compiled extension
module, thus failing the test. This commit chages the pytest detection
so that it only attempts to run an import statement.
parent d5df842b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment