From 986f37b017134ced5d9dd38b420350916297002b Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Tue, 10 Mar 2020 13:26:05 -0400 Subject: cloudinit: move to pytest for running tests (#211) As the nose docs[0] themselves note, it has been in maintenance mode for the past several years. pytest is an actively developed, featureful and popular alternative that the nose docs themselves recommend. See [1] for more details about the thinking here. (This PR also removes stale tox definitions, instead of modifying them.) [0] https://nose.readthedocs.io/en/latest/ [1] https://lists.launchpad.net/cloud-init/msg00245.html --- test-requirements.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'test-requirements.txt') diff --git a/test-requirements.txt b/test-requirements.txt index 6fb22b24..057115b6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,11 +1,8 @@ # Needed generally in tests httpretty>=0.7.1 -nose +pytest unittest2 -coverage - -# Only needed if you want to know the test times -# nose-timer +pytest-cov # Only really needed on older versions of python contextlib2 -- cgit v1.2.1