python310Packages.oslotest: fix passthru.tests
This commit is contained in:
parent
36340bf601
commit
b9d0814f50
1 changed files with 3 additions and 4 deletions
|
@ -4,11 +4,10 @@
|
|||
, stestr
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage {
|
||||
pname = "oslotest-tests";
|
||||
inherit (oslotest) version;
|
||||
|
||||
src = oslotest.src;
|
||||
inherit (oslotest) version src;
|
||||
format = "other";
|
||||
|
||||
postPatch = ''
|
||||
# only a small portion of the listed packages are actually needed for running the tests
|
||||
|
|
Loading…
Reference in a new issue