python3Packages.langcodes: 3.5.0 -> 3.5.1
This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -11,12 +11,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "langcodes";
|
||||
version = "3.5.0";
|
||||
version = "3.5.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-Hu+BaNB+UeExokl//srUtmP2II58OuO43BXFFzSm+AE=";
|
||||
hash = "sha256-QL/zFeAbAdEcKuOSjdT1y9dN04+b2RLBK5o2BsFD9zE=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -35,6 +35,10 @@ buildPythonPackage rec {
|
||||
disabledTests = [
|
||||
# AssertionError: assert 'Unknown language [aqk]' == 'Aninka'
|
||||
"test_updated_iana"
|
||||
# doctest mismatches
|
||||
"speaking_population"
|
||||
"writing_population"
|
||||
"README.md"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "langcodes" ];
|
||||
|
||||
Reference in New Issue
Block a user