Skip to content

Commit

Permalink
Separate requirements.txt & test-requirements.txt (ansible-network#133)
Browse files Browse the repository at this point in the history
Roles should define:
* requirements.txt - User requirements
* test-requirements.txt - Test requirements

Followup PR will update Zuul tests to install both files
  • Loading branch information
gundalow authored Aug 13, 2018
1 parent 948c6cb commit aa359fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pyang
textfsm
1 change: 0 additions & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
flake8
pyang

0 comments on commit aa359fe

Please sign in to comment.