Skip to content

Commit

Permalink
Xdist (#381)
Browse files Browse the repository at this point in the history
* prepare 3.7.0

Co-authored-by: s.pirohov <[email protected]>
  • Loading branch information
SergeyPirogov and s.pirohov authored May 23, 2022
1 parent 7733686 commit 35e244e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

---
##3.7.0
- pytest-xdist support

## 3.6.2
- Fix support of Apple M1
- Add support of dotenv for config
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
long_description_content_type="text/markdown",
packages=setuptools.find_packages(exclude=['tests']),
include_package_data=True,
version='3.6.3',
version='3.7.0',
description=('Library provides the way to automatically manage drivers for different browsers'),
author='Sergey Pirogov',
author_email='[email protected]',
Expand Down
1 change: 1 addition & 0 deletions tests/test_brave_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def test_driver_with_ssl_verify_disabled_can_be_downloaded(ssl_verify_enable):
os.environ['WDM_SSL_VERIFY'] = '0'
custom_path = os.path.join(
os.path.dirname(os.path.dirname(__file__)),
'.wdm',
"ssl_disabled",
)
driver_path = ChromeDriverManager(
Expand Down
2 changes: 1 addition & 1 deletion webdriver_manager/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.6.3"
__version__ = "3.7.0"

0 comments on commit 35e244e

Please sign in to comment.