From 46678295c78dac338111ec68c4bde2e005ef4491 Mon Sep 17 00:00:00 2001 From: Kim Hagen Date: Sun, 21 Oct 2018 21:30:24 +0200 Subject: make cloud-init compile on debian jessie --- Makefile | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4ace2270..07dd57aa 100644 --- a/Makefile +++ b/Makefile @@ -47,12 +47,6 @@ pyflakes: pyflakes3: @$(CWD)/tools/run-pyflakes3 -unittest: clean_pyc - nosetests $(noseopts) tests/unittests cloudinit - -unittest3: clean_pyc - nosetests3 $(noseopts) tests/unittests cloudinit - ci-deps-ubuntu: @$(PYVER) $(CWD)/tools/read-dependencies --distro ubuntu --test-distro @@ -67,8 +61,6 @@ pip-test-requirements: @echo "Installing cloud-init test dependencies..." $(PIP_INSTALL) -r "$@.txt" -q -test: $(unittests) - check_version: @if [ "$(READ_VERSION)" != "$(CODE_VERSION)" ]; then \ echo "Error: read-version version '$(READ_VERSION)'" \ -- cgit v1.2.3