21 inherit (subunit) name src meta;
24 disabled = pythonOlder "3.6";
27 substituteInPlace setup.py \
28 --replace "version=VERSION" 'version="${subunit.version}"'
41 propagatedBuildInputs = [
53 pytestFlagsArray = [ "python/subunit" ];
56 # these tests require testtools and don't work with pytest
57 "python/subunit/tests/test_output_filter.py"
58 "python/subunit/tests/test_test_protocol.py"
59 "python/subunit/tests/test_test_protocol2.py"