-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
plugin: warningsrelated to the warnings builtin pluginrelated to the warnings builtin plugintopic: collectionrelated to the collection phaserelated to the collection phasetype: bugproblem that needs to be addressedproblem that needs to be addressed
Description
When setting the testpaths
key under the [pytest]
section in tox.ini
, pytest seems to ignore it.
See the comment thread in this PR for more information.
Result of `pip list`
appdirs 1.4.3
Appium-Python-Client 0.44
aspy.yaml 1.3.0
atomicwrites 1.3.0
attrs 19.1.0
black 19.3b0
certifi 2019.3.9
cfgv 2.0.0
chardet 3.0.4
Click 7.0
entrypoints 0.3
filelock 3.0.12
flake8 3.7.7
identify 1.4.3
idna 2.8
importlib-metadata 0.15
mccabe 0.6.1
more-itertools 7.0.0
nodeenv 1.3.3
pip 19.1.1
pluggy 0.12.0
pre-commit 1.16.1
py 1.8.0
pycodestyle 2.5.0
pyflakes 2.1.1
pytest 4.5.0
pytest-base-url 1.4.1
pytest-html 1.20.0
pytest-metadata 1.8.0
pytest-selenium 1.9.2.dev112+g77fed97.d20190529 /Users/jimbrannlund/dev/pytest-dev/pytest-selenium
pytest-variables 1.7.1
PyYAML 5.1
requests 2.22.0
selenium 3.141.0
setuptools 41.0.1
six 1.12.0
toml 0.10.0
tox 3.12.1
urllib3 1.25.3
virtualenv 16.6.0
wcwidth 0.1.7
wheel 0.33.4
zipp 0.5.1
python: 3.7.3
macOSX: 10.14.4
I see the same outcome if I run the same command as defined in tox.ini (pytest -n auto -v -r a
) w/o tox.
pytest header seems to pickup the value correctly at least:
rootdir: /Users/<user>/dev/pytest-dev/pytest-selenium, inifile: tox.ini, testpaths: testing
Metadata
Metadata
Assignees
Labels
plugin: warningsrelated to the warnings builtin pluginrelated to the warnings builtin plugintopic: collectionrelated to the collection phaserelated to the collection phasetype: bugproblem that needs to be addressedproblem that needs to be addressed