summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2019-12-24 09:35:45 -0800
committerFrederik Rietdijk <fridh@fridh.nl>2019-12-30 16:46:53 +0100
commitb075a26597f27ac9db9650661fae7bea1a71c31d (patch)
treeb96b00a8849d1a87736b96094315258f53e12880
parentpythonPackages.magic-wormhole: disable python2 tests (diff)
downloadnixpkgs-b075a26597f27ac9db9650661fae7bea1a71c31d.tar.gz
pythonPackages.txtorcon: disable python2 tests
unable to load zope.interface
-rw-r--r--pkgs/development/python-modules/txtorcon/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/txtorcon/default.nix b/pkgs/development/python-modules/txtorcon/default.nix
index c2c0fb941fae..3b60c63d964d 100644
--- a/pkgs/development/python-modules/txtorcon/default.nix
+++ b/pkgs/development/python-modules/txtorcon/default.nix
@@ -18,6 +18,8 @@ buildPythonPackage rec {
sha256 = "19ayn5w9ayxbb1m84l1s9qlb6kv7sz6sg34mzy8bnidc7qnfbn15";
};
+ # zope.interface issue
+ doCheck = isPy3k;
# Skip a failing test until fixed upstream:
# https://github.com/meejah/txtorcon/issues/250
checkPhase = ''