diff options
| author | Paride Legovini <paride.legovini@canonical.com> | 2020-05-25 17:23:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-25 11:23:40 -0400 |
| commit | 2314c0ccc33eb6f2f64208978c5892e434a92712 (patch) | |
| tree | 0b2026368f2d78af84397263394b74f5a8f33765 | |
| parent | 961239749106daead88da483e7319e9268c67cde (diff) | |
| download | vyos-cloud-init-2314c0ccc33eb6f2f64208978c5892e434a92712.tar.gz vyos-cloud-init-2314c0ccc33eb6f2f64208978c5892e434a92712.zip | |
Travis: do not install python3-contextlib2 (dropped dependency) (#388)
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c67c10bc..3de1066b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,7 +50,7 @@ matrix: - sudo apt-get build-dep -y cloud-init - sudo apt-get install -y --install-recommends sbuild ubuntu-dev-tools fakeroot tox # These are build deps but not pulled in by the build-dep call above - - sudo apt-get install -y --install-recommends dh-systemd python3-coverage python3-contextlib2 python3-pytest python3-pytest-cov + - sudo apt-get install -y --install-recommends dh-systemd python3-coverage python3-pytest python3-pytest-cov - pip install . - pip install tox # bionic has lxd from deb installed, remove it first to ensure |
