Skip to content
Snippets Groups Projects
Commit 54343cf0 authored by Filip Pytloun's avatar Filip Pytloun
Browse files

Fix python3 tests

parent 8b8b06c3
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python (>= 2.20160609~),
locales,
python-all,
python-click,
python-pytest,
......
......@@ -11,3 +11,10 @@ ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
PYTHONPATH=. sphinx-build -b html docs $(CURDIR)/debian/python-click-log-doc/usr/share/doc/python-click-log-doc/html
dh_sphinxdoc -O--buildsystem=python_distutils
endif
override_dh_auto_test:
mkdir -p debian/tmp/locale/
localedef -f UTF-8 -i en_US ./debian/tmp/locale/en_US.UTF-8/
export LOCPATH=$(CURDIR)/debian/tmp/locale/ && \
export LC_ALL=en_US.UTF-8 && \
dh_auto_test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment