Skip to content

Commit

Permalink
Updates Serverspec tests for pip requirements in dev and staging
Browse files Browse the repository at this point in the history
Recent changes in #1445 bumped a few test pip requirements. This commit
updates the Serverspec tests to match. The Serverspec tests aren't DRY
in this regard; there are two points of update right now, with a few
libs duplicated between `development` and `app-staging`. Not going to
mess with that now, because I just separated them out a few days ago.
  • Loading branch information
Conor Schaefer committed Nov 6, 2016
1 parent c00a120 commit ed5d462
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions spec_tests/spec/app-staging/securedrop_app_test_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
# what's specified in `securedrop/requirements/test-requirements.txt`,
# since they're pulled in via the prod packages on apt.freedom.press.
pip_dependencies = [
'Flask-Testing==0.5.0',
'Flask-Testing==0.6.1',
'mock==2.0.0',
'pytest==3.0.1',
'pytest==3.0.3',
'selenium==2.53.6',
]
# ensure pip depdendencies are installed in staging.
Expand Down
4 changes: 2 additions & 2 deletions spec_tests/spec/development/development_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
'pbr==1.10.0',
'pip-tools==1.7.0',
'py==1.4.31',
'pytest-cov==2.3.1',
'pytest==3.0.2',
'pytest-cov==2.4.0',
'pytest==3.0.3',
'selenium==2.53.6',
'six==1.10.0',
]
Expand Down

0 comments on commit ed5d462

Please sign in to comment.