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