Skip to content

Commit

Permalink
Merge pull request #4274 from stephendonner/update-reqs
Browse files Browse the repository at this point in the history
Update test dependencies
  • Loading branch information
Osmose committed Jan 9, 2018
2 parents d627310 + f076ba6 commit 346b803
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions e2e-tests/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ passenv = BUILD_NUMBER GIT_BRANCH GIT_COMMIT GIT_URL JENKINS_URL \
JOB_NAME MOZ_BINARY_PATH MOZ_HEADLESS PYTEST_ADDOPTS PYTEST_BASE_URL \
SAUCELABS_USR SAUCELABS_PSW
deps =
mozlog==3.5
mozlog==3.7
PyPOM==1.2.0
pytest==3.3.1
pytest==3.3.2
pytest-base-url==1.4.1
pytest-html==1.16.0
pytest-html==1.16.1
pytest-metadata==1.5.1
pytest-selenium==1.11.3
pytest-variables==1.7.0
pytest-xdist==1.20.1
selenium==3.8.0
pytest-xdist==1.21.0
selenium==3.8.1
requests==2.18.4
commands = pytest \
--junit-xml=results/{envname}.xml \
Expand All @@ -29,7 +29,7 @@ commands = pytest \
skip_install = true
deps =
flake8==3.5.0
flake8-isort==2.2.2
flake8-isort==2.3
commands = flake8 {posargs:.}

[flake8]
Expand Down

0 comments on commit 346b803

Please sign in to comment.