mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-07-27 14:51:29 +00:00
Respect nocheck in DEB_BUILD_OPTIONS, again.
This commit is contained in:
parent
ef100f6166
commit
c0546396bf
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,5 +1,6 @@
|
|||||||
ubuntu-dev-tools (0.182) UNRELEASED; urgency=medium
|
ubuntu-dev-tools (0.182) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
[ Dan Streetman ]
|
||||||
* syncpackage, ubuntutools/archive.py:
|
* syncpackage, ubuntutools/archive.py:
|
||||||
Don't save dsc file to disk until requested with pull()
|
Don't save dsc file to disk until requested with pull()
|
||||||
(LP: #1928946)
|
(LP: #1928946)
|
||||||
@ -10,6 +11,9 @@ ubuntu-dev-tools (0.182) UNRELEASED; urgency=medium
|
|||||||
* ubuntutools/archive.py: Fix flake8 test failure
|
* ubuntutools/archive.py: Fix flake8 test failure
|
||||||
* d/rules, d/control: Override build tests to use flake8 and nosetests3
|
* d/rules, d/control: Override build tests to use flake8 and nosetests3
|
||||||
|
|
||||||
|
[ Stefano Rivera ]
|
||||||
|
* Respect nocheck in DEB_BUILD_OPTIONS, again.
|
||||||
|
|
||||||
-- Dan Streetman <ddstreet@canonical.com> Fri, 04 Jun 2021 12:19:29 -0400
|
-- Dan Streetman <ddstreet@canonical.com> Fri, 04 Jun 2021 12:19:29 -0400
|
||||||
|
|
||||||
ubuntu-dev-tools (0.181) unstable; urgency=medium
|
ubuntu-dev-tools (0.181) unstable; urgency=medium
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -6,8 +6,10 @@ override_dh_auto_clean:
|
|||||||
rm -rf .tox
|
rm -rf .tox
|
||||||
|
|
||||||
override_dh_auto_test:
|
override_dh_auto_test:
|
||||||
|
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
|
||||||
flake8 -v --max-line-length=99 --extend-exclude=ubuntu-archive-assistant,ubuntu_archive_assistant
|
flake8 -v --max-line-length=99 --extend-exclude=ubuntu-archive-assistant,ubuntu_archive_assistant
|
||||||
nosetests3 -v ubuntutools
|
nosetests3 -v ubuntutools
|
||||||
|
endif
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --with python3 --buildsystem=pybuild
|
dh $@ --with python3 --buildsystem=pybuild
|
||||||
|
Loading…
x
Reference in New Issue
Block a user