mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-12 07:54:50 +00:00
python310Packages.oslo-config: fix passthru.tests
This commit is contained in:
parent
f8ca471ef6
commit
36340bf601
@ -9,11 +9,10 @@
|
||||
, testscenarios
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "oslo-config-tests";
|
||||
inherit (oslo-config) version;
|
||||
|
||||
src = oslo-config.src;
|
||||
buildPythonPackage {
|
||||
pname = "oslo-config-tests";
|
||||
inherit (oslo-config) version src;
|
||||
format = "other";
|
||||
|
||||
postPatch = ''
|
||||
# only a small portion of the listed packages are actually needed for running the tests
|
||||
|
Loading…
Reference in New Issue
Block a user