Skip to content

Commit 3c4b661

Browse files
pyup-botwilldurand
authored andcommitted
Scheduled weekly dependency update for week 38 (#6382)
### Update [pytest](https://pypi.org/project/pytest) from **3.8.0** to **3.8.1**. <details> <summary>Changelog</summary> ### 3.8.1 ``` ========================= Bug Fixes --------- - `3286 &lt;https://github.com/pytest-dev/pytest/issues/3286&gt;`_: ``.pytest_cache`` directory is now automatically ignored by Git. Users who would like to contribute a solution for other SCMs please consult/comment on this issue. - `3749 &lt;https://github.com/pytest-dev/pytest/issues/3749&gt;`_: Fix the following error during collection of tests inside packages:: TypeError: object of type &#39;Package&#39; has no len() - `3941 &lt;https://github.com/pytest-dev/pytest/issues/3941&gt;`_: Fix bug where indirect parametrization would consider the scope of all fixtures used by the test function to determine the parametrization scope, and not only the scope of the fixtures being parametrized. - `3973 &lt;https://github.com/pytest-dev/pytest/issues/3973&gt;`_: Fix crash of the assertion rewriter if a test changed the current working directory without restoring it afterwards. - `3998 &lt;https://github.com/pytest-dev/pytest/issues/3998&gt;`_: Fix issue that prevented some caplog properties (for example ``record_tuples``) from being available when entering the debugger with ``--pdb``. - `3999 &lt;https://github.com/pytest-dev/pytest/issues/3999&gt;`_: Fix ``UnicodeDecodeError`` in python2.x when a class returns a non-ascii binary ``__repr__`` in an assertion which also contains non-ascii text. Improved Documentation ---------------------- - `3996 &lt;https://github.com/pytest-dev/pytest/issues/3996&gt;`_: New `Deprecations and Removals &lt;https://docs.pytest.org/en/latest/deprecations.html&gt;`_ page shows all currently deprecated features, the rationale to do so, and alternatives to update your code. It also list features removed from pytest in past major releases to help those with ancient pytest versions to upgrade. Trivial/Internal Changes ------------------------ - `3955 &lt;https://github.com/pytest-dev/pytest/issues/3955&gt;`_: Improve pre-commit detection for changelog filenames - `3975 &lt;https://github.com/pytest-dev/pytest/issues/3975&gt;`_: Remove legacy code around im_func as that was python2 only ``` </details> <details> <summary>Links</summary> - PyPI: https://pypi.org/project/pytest - Changelog: https://pyup.io/changelogs/pytest/ - Homepage: https://docs.pytest.org/en/latest/ </details> ### Update [selenium](https://pypi.org/project/selenium) from **3.14.0** to **3.14.1**. <details> <summary>Changelog</summary> ### 3.14.1 ``` * Fix ability to set timeout for urllib3 (6286) * get_cookie uses w3c endpoint when compliant * Remove body from GET requests (6250) * Fix actions pause for fraction of a second (6300) * Fixed input pausing for some actions methods * Capabilities can be set on Options classes * WebElement rect method is now forward compatible for OSS endpoints (6355) * Deprecation warnings now have a stacklevel of 2 * keep_alive can now be set on Webdriver init (6316) * isDisplayed atom is now used for all w3c compliant browser, fixing issue with Safari 12 ``` </details> <details> <summary>Links</summary> - PyPI: https://pypi.org/project/selenium - Changelog: https://pyup.io/changelogs/selenium/ - Repo: https://github.com/SeleniumHQ/selenium/ </details>
1 parent c169c8a commit 3c4b661

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ui/requirements/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ more-itertools==4.3.0
1111
pluggy==0.7.1
1212
py==1.6.0
1313
PyPOM==2.1.0
14-
pytest==3.8.0
14+
pytest==3.8.1
1515
pytest-base-url==1.4.1
1616
pytest-firefox==0.1.1
1717
pytest-forked==0.2
@@ -23,7 +23,7 @@ pytest-variables==1.7.1
2323
pytest-xdist==1.23.0
2424
atomicwrites==1.2.0
2525
requests==2.19.1
26-
selenium==3.14.0
26+
selenium==3.14.1
2727
six==1.11.0
2828
urllib3==1.22
2929
zope.component==4.4.1

0 commit comments

Comments
 (0)