From e41ba03edbd929b4b3da77615b0b24d4d669c22a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 24 Jul 2017 20:04:58 +0200 Subject: [PATCH] Update README.rst Remove easy_install because (hopefully) nobody uses that anymore nowadays, and remove the outdated note about using the pytest issue tracker. --- README.rst | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.rst b/README.rst index 10ca4db..b206074 100644 --- a/README.rst +++ b/README.rst @@ -44,10 +44,6 @@ Installation Install the plugin with:: - easy_install pytest-xdist - - # or - pip install pytest-xdist or use the package in develop/in-place mode with @@ -262,9 +258,3 @@ where the configuration file was found. .. _`pytest-xdist`: http://pypi.python.org/pypi/pytest-xdist .. _`pytest-xdist repository`: https://github.com/pytest-dev/pytest-xdist .. _`pytest`: http://pytest.org - -Issue and Bug Tracker ------------------------- - -Please use the `pytest issue tracker `_ -for reporting bugs in this plugin.