forked from mirrors/nixpkgs
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 ];
|
||||
|
||||
doCheck = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://betamax.readthedocs.org/en/latest/;
|
||||
description = "A VCR imitation for requests";
|
||||
|
|
Loading…
Reference in a new issue