13 buildPythonPackage rec {
15 inherit (pbr) version;
20 # only a small portion of the listed packages are actually needed for running the tests
21 # so instead of removing them one by one remove everything
22 rm test-requirements.txt
28 pythonOutputDistPhase() { touch $dist; }
44 stestr run -e <(echo "
45 pbr.tests.test_core.TestCore.test_console_script_develop
46 pbr.tests.test_core.TestCore.test_console_script_install
47 pbr.tests.test_wsgi.TestWsgiScripts.test_with_argument
48 pbr.tests.test_wsgi.TestWsgiScripts.test_wsgi_script_run