Only run test_check_coverage.py on Linux.

This commit is contained in:
Florian Bruhin 2015-08-26 20:20:08 +02:00
parent 2750c6ab5a
commit cb0e92b4e8

View File

@ -26,6 +26,7 @@ from scripts.dev import check_coverage
pytest_plugins = 'pytester'
pytestmark = pytest.mark.linux
class CovtestHelper: