Skip to content

Mostly replacing a pytest deprecated call with a new one #269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 23, 2019

Conversation

mdmintz
Copy link
Member

@mdmintz mdmintz commented Jan 23, 2019

Mostly replacing a pytest deprecated call with a new one to prevent:
PytestDeprecationWarning: the `pytest.config` global is deprecated. Please use `request.config` or `pytest_configure` (if you're a pytest plugin) instead.

The solution involved using sb_config in place of pytest.config.option

Unrelated, there's also a small update to fix a console script used for downloading the selenium server jar file. (It's only needed when you're trying to run your own Selenium Grid)

@mdmintz mdmintz merged commit 0dbd4b8 into master Jan 23, 2019
@mdmintz mdmintz deleted the mostly-pytest-improvements branch January 23, 2019 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant