commit:     ff8bee60a17b9711dc11847d530df3426309c19c
Author:     Brian Harring <ferringb <AT> gmail <DOT> com>
AuthorDate: Tue Nov 21 01:52:41 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 15:17:21 2023 +0000
URL:        
https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=ff8bee60

README: fix outdated test instructions

Signed-off-by: Brian Harring <ferringb <AT> gmail.com>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 README.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.rst b/README.rst
index da86ad320..b95c1c3ef 100644
--- a/README.rst
+++ b/README.rst
@@ -55,11 +55,11 @@ Installing from a tarball::
 Tests
 =====
 
-A standalone test runner is integrated in setup.py; to run, just execute::
+Standard python test runners can be used, for example:
 
-    python setup.py test
+    pytest -v
 
-In addition, a tox config is provided so the testsuite can be run in a
+A tox config is provided so the testsuite can be run in a
 virtualenv setup against all supported python versions. To run tests for all
 environments just execute **tox** in the root directory of a repo or unpacked
 tarball. Otherwise, for a specific python version execute something similar to

Reply via email to