python310Packages.stestr: fix passthru.tests

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