Switch back to the full test suite

This commit is contained in:
Jean-Paul Calderone 2021-03-16 15:06:51 -04:00
parent f261b7b297
commit cebd0f5547

View File

@ -85,6 +85,6 @@ python.pkgs.buildPythonPackage rec {
];
checkPhase = ''
${python}/bin/python -m twisted.trial -j $NIX_BUILD_CORES allmydata.test.test_client
${python}/bin/python -m twisted.trial -j $NIX_BUILD_CORES allmydata
'';
}