pythonPackages.xdis: enable tests
This commit is contained in:
parent
0ca68bddcf
commit
f0fbc76d3e
1 changed files with 3 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue