~ubuntu-release/autopkgtest/+git/autodep8:dkms-requires-isolation-machine

Last commit made on 2019-11-18
Get this branch:
git clone -b dkms-requires-isolation-machine https://git.launchpad.net/~ubuntu-release/autopkgtest/+git/autodep8

Branch merges

Branch information

Name:
dkms-requires-isolation-machine
Repository:
lp:~ubuntu-release/autopkgtest/+git/autodep8

Recent commits

4746240... by Paul Gevers

dkms testing doesn't work in lxc, it needs isolation-machine

2fe2bdd... by Antonio Terceiro

Release

f977f84... by Antonio Terceiro

Bump Standards-Version to 4.4.1; no changes needed

bbd243c... by Antonio Terceiro

Add test-name to all Test-Command: tests

644db2f... by Antonio Terceiro

Merge branch 'python3-dev-detection' into 'master'

Don't test non-default python3 for packages with python3-dev build-dep.

See merge request ci-team/autodep8!16

ba058a2... by Steve Langasek

Add test case for py3versions -r

b7bad47... by Steve Langasek

Don't test non-default python3 for packages with python3-dev build-dep.

By default we do an import test for all versions of python3 returned by
py3versions -r. But if a package build-depends on python3-dev, indicating
that it builds binary extensions for the current python3, this will fail
whenever there is more than one supported version of python3 since the
extension in the package will by design never have been built for those
additional versions. Detect this case and only test against py3versions -d.

If the package build-depends on python3-all-dev, or if it doesn't
build-depend on python3-dev at all, then the previous behavior is fine.

3a37ec7... by Paul Gevers

Update d/changelog for release 0.19

58cf965... by Steve Langasek

Fix situation for Python packages that drop Python 2 support but have a python-* package

Closes: #940001

9f9907a... by Paul Gevers

Merge branch 'add-nodejs-in-nodejs-require-test' into 'master'

nodejs: add nodejs in "require" test to be able to test libjs-* packages

See merge request ci-team/autodep8!15