pythonPackages.xdis: enable tests

This commit is contained in:
worldofpeace 2019-01-06 21:01:51 -05:00
parent 0ca68bddcf
commit f0fbc76d3e

View File

@ -18,8 +18,9 @@ buildPythonPackage rec {
checkInputs = [ pytest ];
propagatedBuildInputs = [ six click ];
# newest release moves to pytest (tests not packaged with release)
doCheck = false;
checkPhase = ''
make check
'';
meta = with stdenv.lib; {
description = "Python cross-version byte-code disassembler and marshal routines";