Skip to content

Commit 929e9a8

Browse files
scopHainish
authored andcommitted
Use pytest instead of py.test per upstream recommendation, #dropthedot (EFForg#15486)
http://blog.pytest.org/2016/whats-new-in-pytest-30/ https://twitter.com/hashtag/dropthedot
1 parent f3c1927 commit 929e9a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/run_travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function run_unittests {
2626
}
2727

2828
function run_selenium {
29-
ENABLE_XVFB=1 py.test -v --capture=no ${testdir} # autodiscover and run the tests
29+
ENABLE_XVFB=1 pytest -v --capture=no ${testdir} # autodiscover and run the tests
3030
}
3131

3232
if [ "$TEST" == "lint" ]; then

test/selenium/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
selenium
2-
xvfbwrapper
3-
pytest
2+
xvfbwrapper
3+
pytest>=3
44
lxml

0 commit comments

Comments
 (0)