Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Update to pytest-selenium 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed Feb 24, 2016
1 parent f1fc1fc commit c90550f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions conftest.py
Expand Up @@ -12,9 +12,9 @@


@pytest.fixture(scope='session')
def capabilities(capabilities):
capabilities.setdefault('tags', []).append('marketplace')
return capabilities
def session_capabilities(session_capabilities):
session_capabilities.setdefault('tags', []).append('marketplace')
return session_capabilities


@pytest.fixture
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,6 +1,6 @@
fxapom==1.7.1
Marketplace==0.9.2
pytest==2.7.3
pytest-selenium
pytest-selenium>=1.2.0rc1
pytest-variables
requests==2.8.1

0 comments on commit c90550f

Please sign in to comment.