19 inherit (subunit) name src meta;
22 disabled = pythonOlder "3.6";
25 substituteInPlace setup.py \
26 --replace "version=VERSION" 'version="${subunit.version}"'
34 buildInputs = [ check cppunit ];
35 propagatedBuildInputs = [ testtools ];
49 # these tests require testtools and don't work with pytest
50 "python/subunit/tests/test_output_filter.py"
51 "python/subunit/tests/test_test_protocol.py"
52 "python/subunit/tests/test_test_protocol2.py"