20 inherit (subunit) name src meta;
23 disabled = pythonOlder "3.6";
26 substituteInPlace setup.py \
27 --replace "version=VERSION" 'version="${subunit.version}"'
35 buildInputs = [ check cppunit ];
37 propagatedBuildInputs = [
54 # these tests require testtools and don't work with pytest
55 "python/subunit/tests/test_output_filter.py"
56 "python/subunit/tests/test_test_protocol.py"
57 "python/subunit/tests/test_test_protocol2.py"