File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Preparing Pull Requests
3030#. Install `tox <https://tox.readthedocs.io/en/latest/ >`_::
3131
3232 Tox is used to run all the tests and will automatically setup virtualenvs
33- to run the tests in. Implicitly http ://www. virtualenv.org/en/latest / is used::
33+ to run the tests in. Implicitly https ://virtualenv.pypa.io / is used::
3434
3535 $ pip install tox
3636 $ tox -e linting,py37
Original file line number Diff line number Diff line change 11This Source Code Form is subject to the terms of the Mozilla Public
22License, v. 2.0. If a copy of the MPL was not distributed with this
3- file, You can obtain one at http ://mozilla.org/MPL/2.0/.
3+ file, You can obtain one at https ://www. mozilla.org/MPL/2.0/.
Original file line number Diff line number Diff line change 11pytest-rerunfailures
22====================
33
4- pytest-rerunfailures is a plugin for `pytest <http ://pytest.org >`_ that
4+ pytest-rerunfailures is a plugin for `pytest <https ://pytest.org >`_ that
55re-runs tests to eliminate intermittent failures.
66
77.. image :: https://img.shields.io/badge/license-MPL%202.0-blue.svg
@@ -135,8 +135,8 @@ Compatibility
135135Resources
136136---------
137137
138- - `Issue Tracker <http ://github.com/pytest-dev/pytest-rerunfailures/issues >`_
139- - `Code <http ://github.com/pytest-dev/pytest-rerunfailures/ >`_
138+ - `Issue Tracker <https ://github.com/pytest-dev/pytest-rerunfailures/issues >`_
139+ - `Code <https ://github.com/pytest-dev/pytest-rerunfailures/ >`_
140140
141141Development
142142-----------
You can’t perform that action at this time.
0 commit comments