Skip to content

Commit 5715dd4

Browse files
committed
test plugin in pytest tests
1 parent 278c9f7 commit 5715dd4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tox.ini

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ commands = flake8 pytest_lazyfixture.py setup.py tests
1515
[testenv:pytest]
1616
deps = -egit+https://github.com/pytest-dev/pytest.git#egg=pytest
1717
tox
18+
hypothesis>=3.5.2
19+
nose
20+
mock
21+
requests
1822
changedir = {envdir}/src/pytest
19-
setenv =
20-
PYTHONPATH = {toxinidir}
21-
TOX_TESTENV_PASSENV = PYTHONPATH
22-
commands = tox -e py35
23+
commands = pytest --lsof -rfsxX

0 commit comments

Comments
 (0)