Merge pull request #15037 from matthiasbeyer/fix-#15030
betamax: Disable tests
This commit is contained in:
commit
fbb6d27c58
@ -1717,6 +1717,8 @@ in modules // {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ self.requests2 ];
|
propagatedBuildInputs = [ self.requests2 ];
|
||||||
|
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://betamax.readthedocs.org/en/latest/;
|
homepage = https://betamax.readthedocs.org/en/latest/;
|
||||||
description = "A VCR imitation for requests";
|
description = "A VCR imitation for requests";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user