holy-project: test suite tries to access the network

This commit is contained in:
Peter Simons 2015-09-18 10:07:37 +02:00
parent 40b134334b
commit ad2b0e7d7a

View file

@ -292,6 +292,8 @@ self: super: {
hasql = dontCheck super.hasql; # http://hydra.cryp.to/build/502489/nixlog/4/raw
hjsonschema = overrideCabal super.hjsonschema (drv: { testTarget = "local"; });
holy-project = dontCheck super.holy-project; # http://hydra.cryp.to/build/502002/nixlog/1/raw
holy-project_0_1_1_1 = dontCheck super.holy-project_0_1_1_1;
holy-project_0_2_0_0 = dontCheck super.holy-project_0_2_0_0 ;
hoogle = overrideCabal super.hoogle (drv: { testTarget = "--test-option=--no-net"; });
http-client_0_4_11_1 = dontCheck super.http-client_0_4_11_1;
http-client_0_4_11_2 = dontCheck super.http-client_0_4_11_2;