pythonPackages.xdis: enable tests
This commit is contained in:
parent
0ca68bddcf
commit
f0fbc76d3e
@ -18,8 +18,9 @@ buildPythonPackage rec {
|
|||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
propagatedBuildInputs = [ six click ];
|
propagatedBuildInputs = [ six click ];
|
||||||
|
|
||||||
# newest release moves to pytest (tests not packaged with release)
|
checkPhase = ''
|
||||||
doCheck = false;
|
make check
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Python cross-version byte-code disassembler and marshal routines";
|
description = "Python cross-version byte-code disassembler and marshal routines";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user