Merge pull request #39864 from rallytime/remove-26-requirements

Remove the dev_python26.txt install file
This commit is contained in:
Mike Place 2017-03-10 20:51:24 -07:00 committed by GitHub
commit af242e1c51
3 changed files with 2 additions and 5 deletions

View file

@ -85,8 +85,8 @@ the lines below, depending on the relevant Python version:
.. code-block:: bash
pip install -r requirements/dev_python26.txt
pip install -r requirements/dev_python27.txt
pip install -r requirements/dev_python34.txt
To be able to run integration tests which utilizes ZeroMQ transport, you also
need to install additional requirements for it. Make sure you have installed

View file

@ -39,8 +39,8 @@ depending on your relevant version of Python:
.. code-block:: bash
pip install -r requirements/dev_python26.txt
pip install -r requirements/dev_python27.txt
pip install -r requirements/dev_python34.txt
To be able to run integration tests which utilizes ZeroMQ transport, you also
need to install additional requirements for it. Make sure you have installed

View file

@ -1,3 +0,0 @@
-r dev_python27.txt
unittest2