https://bugzilla.redhat.com/show_bug.cgi?id=1375962 Zbigniew Jędrzejewski-Szmek <zbyszek@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |zbyszek@xxxxxxxxx Assignee|nobody@xxxxxxxxxxxxxxxxx |zbyszek@xxxxxxxxx --- Comment #1 from Zbigniew Jędrzejewski-Szmek <zbyszek@xxxxxxxxx> --- Hm, fails to build in rawhide for me: + py.test-3.5 . ============================= test session starts ============================== platform linux -- Python 3.5.2, pytest-3.0.3, py-1.4.31, pluggy-0.4.0 rootdir: /builddir/build/BUILD/sphinx-intl-bf6edc2e505567768eb230099c9960ccdedd12b5, inifile: collected 15 items tests/test_basic.py ...... tests/test_catalog.py .. tests/test_cmd_pot.py FFFFFFF =================================== FAILURES =================================== ___________________________ test_update_pot_notfound ___________________________ temp = path('/tmp/pytest-of-mockbuild/pytest-1/test_update_pot_notfound0/root') def test_update_pot_notfound(temp): r1 = runner.invoke(commands.update, ['-d', 'locale']) assert r1.exit_code != 0 > assert 'Please specify pot directory with -p option,' in r1.output E assert 'Please specify pot directory with -p option,' in '' E + where '' = <Result RuntimeError('Click will abort further execution because Python 3 was configured to use ASCII a s encoding for ...your issue by exporting the\nfollowing environment variables:\n\n export LC_ALL=C.UTF-8\n export LANG= C.UTF-8',)>.output /builddir/build/BUILD/sphinx-intl-bf6edc2e505567768eb230099c9960ccdedd12b5/tests/test_cmd_pot.py:23: AssertionError ... Full log at http://in.waw.pl/~zbyszek/fedora/1375962-python-sphinx-intl-build.log Also, PYTHONPATH=$(pwd) can be just PYTHONPATH=., the result is the same. Looks nice, but please make the tests pass ;) -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx