python310Packages.l18n: remove unused inputs, disable tests
follow up to #218587
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
{ buildPythonPackage
|
||||
, django
|
||||
, fetchFromGitHub
|
||||
, fetchPypi
|
||||
, lib
|
||||
, pytz
|
||||
@@ -18,6 +16,9 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [ pytz six ];
|
||||
|
||||
# tests are not included in sdist and building from source is none trivial
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "l18n" ];
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user