mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
python.pkgs.progress: run tests
This commit is contained in:
parent
b844ff1f82
commit
63e0595be3
@ -13,9 +13,6 @@ buildPythonPackage rec {
|
||||
sha256 = "0wj3wvdgfmqj44n32wag3mzpp5fjqkkd321x67v1prxvs78yvv39";
|
||||
};
|
||||
|
||||
# tests not packaged with pypi release
|
||||
doCheck = false;
|
||||
|
||||
checkPhase = ''
|
||||
${python.interpreter} test_progress.py
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user