Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEVOPS-11080: pinning python-dateutil for 2.6 support #42

Merged
merged 1 commit into from
Apr 26, 2018

Conversation

taoistmath
Copy link
Contributor

Observed existing python-dateutil upon creating new test agent:

[root@aw1-agent_default-i0737d8a073f38ca7c118-ciq ~]# pip list | grep python-dateutil
You are using pip version 7.1.0, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
python-dateutil (1.4.1)

changed /opt/sit/requirements.txt on the test agent:

[root@aw1-agent_default-i0737d8a073f38ca7c118-ciq ~]# cat /opt/sit/requirements.txt
python-dateutil==2.6.1
boto3
pyaml
troposphere[policy]==2.0.2
redis

ran pip install against requirements.txt and saw expected results

[root@aw1-agent_default-i0737d8a073f38ca7c118-ciq ~]# pip install -r /opt/sit/requirements.txt
...
Installing collected packages: python-dateutil, pyaml, botocore
  Found existing installation: python-dateutil 1.4.1
    Uninstalling python-dateutil-1.4.1:
      Successfully uninstalled python-dateutil-1.4.1
  Found existing installation: botocore 1.6.4
    Uninstalling botocore-1.6.4:
      Successfully uninstalled botocore-1.6.4
Successfully installed botocore-1.8.50 pyaml-17.12.1 python-dateutil-2.6.1
[root@aw1-agent_default-i0737d8a073f38ca7c118-ciq ~]# pip list | grep python-dateutil
You are using pip version 7.1.0, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
python-dateutil (2.6.1)

@coveralls
Copy link

Coverage Status

Coverage remained the same at 90.598% when pulling 9ced490 on taoistmath:DEVOPS-11080 into 4f5313f on dandb:master.

@taoistmath taoistmath merged commit 7ad5b65 into dandb:master Apr 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants