pythonPackages.unittest2: fix a transient bug
This commit is contained in:
parent
3ee4747675
commit
0353121dc5
|
@ -17055,6 +17055,11 @@ let
|
||||||
# # 1.0.0 and up create a circle dependency with traceback2/pbr
|
# # 1.0.0 and up create a circle dependency with traceback2/pbr
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
# fixes a transient error when collecting tests, see https://bugs.launchpad.net/python-neutronclient/+bug/1508547
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i '510i\ return None, False' unittest2/loader.py
|
||||||
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ six argparse traceback2 ];
|
propagatedBuildInputs = with self; [ six argparse traceback2 ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue