Skip to content
Snippets Groups Projects
Commit e034ce66 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Give the option of running the tests, sort of.

They fail a lot so leave them disabled.
parent 5f5cbbb0
Branches
No related tags found
1 merge request!33Improve Tahoe-LAFS packaging
...@@ -37,5 +37,14 @@ python.pkgs.buildPythonPackage rec { ...@@ -37,5 +37,14 @@ python.pkgs.buildPythonPackage rec {
eliot autobahn cryptography eliot autobahn cryptography
]; ];
checkInputs = with python.pkgs; [
hypothesis
testtools
fixtures
];
checkPhase = ''
${python}/bin/python -m twisted.trial -j4 allmydata
'';
doCheck = false; doCheck = false;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment