Skip to content

Commit d569aa2

Browse files
authored
Merge pull request #466 from Dor-bl/pytest_fix
fix: Change pytest configuration and update test requirements
2 parents 268850f + 2785adf commit d569aa2

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[pytest]
22
testpaths = tests
33
norecursedirs = VENV demo
4-
python_paths = AppiumLibrary
4+
pythonpath = .
55
addopts = --cov=AppiumLibrary

test_require.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
mock >= 2.0.0
22
pytest-cov >= 2.5.1
33
pytest-xdist >= 1.16.0
4-
pytest-pythonpath >= 0.7.1
54
pytest >= 3.1.0
65
six >= 1.10.0

0 commit comments

Comments
 (0)