Fixing tests for Google Compute Engine
This commit is contained in:
parent
9646fae946
commit
85c70266ea
@ -7,6 +7,7 @@
|
|||||||
, utillinux
|
, utillinux
|
||||||
, boto
|
, boto
|
||||||
, setuptools
|
, setuptools
|
||||||
|
, mock
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
@ -21,6 +22,8 @@ buildPythonApplication rec {
|
|||||||
sha256 = "0hlzcrf6yhzan25f4wzy1vbncak9whhqzrzza026ly3sq0smmjpg";
|
sha256 = "0hlzcrf6yhzan25f4wzy1vbncak9whhqzrzza026ly3sq0smmjpg";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
buildInputs = [ mock ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
for file in $(find google_compute_engine -type f); do
|
for file in $(find google_compute_engine -type f); do
|
||||||
substituteInPlace "$file" \
|
substituteInPlace "$file" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user