oauth2 tests still fail

This commit is contained in:
Florian Friesdorf 2012-12-14 20:24:12 +01:00
parent 0fb9688235
commit 93b3d24b96
1 changed files with 1 additions and 1 deletions

View File

@ -1542,7 +1542,7 @@ let pythonPackages = python.modules // rec {
buildInputs = [ mock coverage ];
# ServerNotFoundError: Unable to find the server at oauth-sandbox.sevengoslings.net
#doCheck = false;
doCheck = false;
meta = {
homepage = "https://github.com/simplegeo/python-oauth2";