Skip to content

Commit

Permalink
Split unit and functional test requirements into separate files
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
dkliban committed Oct 30, 2019
1 parent 20a273b commit 74ef1ea
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
8 changes: 8 additions & 0 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
coverage
flake8
flake8-docstrings
flake8-tuple
flake8-quotes
# pin pydocstyle until https://gitlab.com/pycqa/flake8-docstrings/issues/36 is resolved
pydocstyle<4
requests
3 changes: 3 additions & 0 deletions functest_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ecdsa~=0.13.2
git+https://github.com/PulpQE/pulp-smash.git#egg=pulp-smash
pyjwkest~=1.4.0
15 changes: 3 additions & 12 deletions test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
coverage
flake8
flake8-docstrings
flake8-tuple
flake8-quotes
mock
git+https://github.com/PulpQE/pulp-smash.git#egg=pulp-smash
# pin pydocstyle until https://gitlab.com/pycqa/flake8-docstrings/issues/36 is resolved
pydocstyle<4
pytest
ecdsa~=0.13.2
pyjwkest~=1.4.0
# All test requirements
-r functest_requirements.txt
-r unittest_requirements.txt
1 change: 1 addition & 0 deletions unittest_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mock

0 comments on commit 74ef1ea

Please sign in to comment.