Codebase list flask-babel / 8d989f3
Replace obsolete override_dh_auto_test with build-dependencies on python3-pytest and python3-pytest-mock intrigeri 2 years ago
2 changed file(s) with 2 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
1010 python3-flask,
1111 python3-jinja2,
1212 python3-pallets-sphinx-themes,
13 python3-pytest,
14 python3-pytest-mock,
1315 python3-setuptools,
1416 python3-tz,
1517 Standards-Version: 4.5.0
77 override_dh_auto_build:
88 dh_auto_build
99 python3 setup.py build_sphinx
10
11 override_dh_auto_test:
12 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
13 dh_auto_test -- --system=custom --test-args='cd tests && PYTHONPATH={destdir}{install_dir} {interpreter} tests.py'
14 endif