mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #39864 from rallytime/remove-26-requirements
Remove the dev_python26.txt install file
This commit is contained in:
commit
af242e1c51
3 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
-r dev_python27.txt
|
||||
|
||||
unittest2
|
Loading…
Add table
Reference in a new issue