11 buildPythonPackage rec {
19 hash = "sha256-ZKJR7e+L8bsdTm9403fhSdTxXBqSRd538XIBbaYmdEQ=";
23 # only a small portion of the listed packages are actually needed for running the tests
24 # so instead of removing them one by one remove everything
25 rm test-requirements.txt
42 stestr run -e <(echo "
43 # test counts warnings which no longer matches in python 3.11
44 oslo_i18n.tests.test_message.MessageTestCase.test_translate_message_bad_translation
50 pythonImportsCheck = [ "oslo_i18n" ];
53 description = "Oslo i18n library";
54 homepage = "https://github.com/openstack/oslo.i18n";
55 license = licenses.asl20;
56 maintainers = teams.openstack.members;