Skip to content

Commit

Permalink
Merge pull request #111 from stefanbschneider/dev/general
Browse files Browse the repository at this point in the history
Disable tavern tests
  • Loading branch information
Stefan Schneider committed Jan 8, 2020
2 parents fcaa5a1 + fe277d8 commit 5540cb3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ MAINTAINER 5GTANGO
RUN pip install pycodestyle
ADD . /tng-sdk-project
WORKDIR /tng-sdk-project
RUN python setup.py develop
RUN python setup.py install

RUN chmod +x pipeline/unittest/test_sdk_integration.sh

Expand Down
23 changes: 12 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
pytest==4.3
tavern>=0.26
flake8
pyyaml>=5.1
oyaml
coloredlogs
tabulate
requests
Flask>=0.10.1
Flask-Cors>=3.0.7
werkzeug>=0.15.1
flask-restplus
paho-mqtt==1.3.1
tavern==0.26.1
flake8==3.5.0
pyyaml==5.1
oyaml==0.6
coloredlogs==10.0
tabulate==0.8.3
requests==2.22.0
werkzeug==0.15.1
Flask==1.0.2
Flask-Cors==3.0.7
flask-restplus==0.11.0
File renamed without changes.

0 comments on commit 5540cb3

Please sign in to comment.