mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-20 20:53:48 +00:00
betamax: Disable tests
As said in #15037, the tests fail due to a network error as the tests expect to have network access. This simply disables the tests, which is not optimal, of course. I do not understand the whole python infrastructure, so I'm not able to disable only the failing-because-of-network-access tests.
This commit is contained in:
parent
a2b0713030
commit
25b4b35232
@ -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 New Issue
Block a user