···13131414buildPythonPackage rec {
1515 pname = "blocksat-cli";
1616- version = "0.4.0";
1616+ version = "0.4.1";
17171818 src = fetchPypi {
1919 inherit pname version;
2020- sha256 = "sha256-g/V1//Jo8wnoOHEotF2ElVm+vzTIwZ6EzssJg6WJw6g=";
2020+ sha256 = "96ec5e548dcdb71ada75727d76b34006fe5f6818bd89cf982e15616d41889603";
2121 };
22222323 propagatedBuildInputs = [
···3535 pytestFlagsArray = [
3636 # disable tests which require being connected to the satellite
3737 "--ignore=blocksatcli/test_satip.py"
3838+ "--ignore=blocksatcli/api/test_listen.py"
3939+ "--ignore=blocksatcli/api/test_msg.py"
3840 "--ignore=blocksatcli/api/test_net.py"
3941 # disable tests which require being online
4042 "--ignore=blocksatcli/api/test_order.py"
4143 ];
4444+4545+ pythonImportsCheck = [ "blocksatcli" ];
42464347 meta = with lib; {
4448 description = "Blockstream Satellite CLI";
+2
pkgs/development/python-modules/zfec/default.nix
···2424 sed -i -e '/argparse/d' setup.py
2525 '';
26262727+ pythonImportsCheck = [ "zfec" ];
2828+2729 meta = with lib; {
2830 homepage = "https://github.com/tahoe-lafs/zfec";
2931 description = "Zfec, a fast erasure codec which can be used with the command-line, C, Python, or Haskell";