libvirt-python/Update-readme-to-mention-pytest-instead-of-nose.patch

30 lines
798 B
Diff
Raw Normal View History

From b8dad684bbb693de70ebd9393f6f8fd1da310d85 Mon Sep 17 00:00:00 2001
From: Jonathon Jongsma <jjongsma@redhat.com>
Date: Tue, 21 Sep 2021 14:10:59 -0500
Subject: [PATCH 3/6] Update readme to mention pytest instead of nose
Commit a376a2ab switch from python-nose to python-pytest for tests, but
the README was not updated.
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
---
README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README b/README
index 96082f0..e42afa5 100644
--- a/README
+++ b/README
@@ -21,7 +21,7 @@ or to install as non-root
python setup.py build
python setup.py install --user
-If python-nose is installed, you can test the package with
+If python-pytest is installed, you can test the package with
python setup.py test
--
2.27.0