mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
python37Packages.flufl_i18n: Disable tests
This commit is contained in:
parent
ca8c88a3d6
commit
d30fe3708b
|
@ -6,6 +6,10 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [ atpublic ];
|
||||
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "flufl.i18n" ];
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "dcca738be27f2c43ddf6f9307667a17478353190071f38a9f92c9af8d2252ba4";
|
||||
|
|
Loading…
Reference in a new issue