python310Packages.stestr: fix passthru.tests

Changed files
+3 -4
pkgs
development
python-modules
stestr
+3 -4
pkgs/development/python-modules/stestr/tests.nix
··· 2 2 , stestr 3 3 }: 4 4 5 - buildPythonPackage rec { 5 + buildPythonPackage { 6 6 pname = "stestr-tests"; 7 - inherit (stestr) version; 8 - 9 - src = stestr.src; 7 + inherit (stestr) version src; 8 + format = "other"; 10 9 11 10 postPatch = '' 12 11 # only a small portion of the listed packages are actually needed for running the tests