Skip to content

Commit

Permalink
Add google-auth lib to make linchpin work with python3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
samvarankashyap committed Dec 10, 2019
1 parent ad2b2a7 commit 2408f8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
17 changes: 0 additions & 17 deletions playbooks/tests/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,3 @@
- name: debug
debug:
msg: "Disabling contra-hdsl tests"
# - name: Install Test Reqs
# pip:
# name: .[tests]
# virtualenv: /tmp/linchpin
# chdir: ../../
# - name: pyTest
# shell: |
# source /tmp/linchpin/bin/activate
# python setup.py test
# args:
# chdir: ../../
# - name: Flake8 tests
# shell: |
# source /tmp/linchpin/bin/activate
# flake8 --exclude=\.eggs,tests,docs,config/Dockerfiles --ignore=E124,E303,W504 --max-line-length 80 .
# args:
# chdir: ../../
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ future
openstacksdk>=0.37
tqdm==4.36.1
pyzmq==18.1.1
google-auth

0 comments on commit 2408f8e

Please sign in to comment.