5 buildPythonPackage rec {
6 pname = "stestr-tests";
7 inherit (stestr) version;
12 # only a small portion of the listed packages are actually needed for running the tests
13 # so instead of removing them one by one remove everything
14 rm test-requirements.txt
20 pythonOutputDistPhase() { touch $dist; }
28 export PATH=$out/bin:$PATH