#!/bin/sh
set -e
pytest-3 --verbose -W ignore -k "not test_is_block_device" 2>&1
