summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@redhat.com>2021-09-21 14:10:59 -0500
committerJonathon Jongsma <jjongsma@redhat.com>2021-09-21 16:11:07 -0500
commit2c9ad18dd19c4889017c82c21c85ed10e82fb03b (patch)
treef98efade7173bbb579d8d47ad7eec1ab3fb60cf2 /README
parent066af64107ac340a6c508636e80ec7b415f512d8 (diff)
downloadlibvirt-python-2c9ad18dd19c4889017c82c21c85ed10e82fb03b.tar.gz
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>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 90f8b28..8b6f8cb 100644
--- a/README
+++ b/README
@@ -30,7 +30,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