aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorBenoit Pierre <benoit.pierre@gmail.com>2017-06-15 08:49:55 +0200
committerBenoit Pierre <benoit.pierre@gmail.com>2017-07-13 21:16:35 +0200
commitaa43b11bff2450296da9c41e705d03b5c28bf5bf (patch)
tree7bf31e1383656673e8e57b9a5d937aba5c621508 /tox.ini
parent443e48d824c0dfd114dd6e92dc827159b2d5da52 (diff)
downloadexternal_python_setuptools-aa43b11bff2450296da9c41e705d03b5c28bf5bf.tar.gz
external_python_setuptools-aa43b11bff2450296da9c41e705d03b5c28bf5bf.tar.bz2
external_python_setuptools-aa43b11bff2450296da9c41e705d03b5c28bf5bf.zip
tests: move py.test report arguments to pytest.ini
So it's possible to run tox with something like: `py.test -k test_unicode_filename_in_sdist`, and not loose the default report arguments.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 98005fa2..4b4b4fd8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,5 +7,5 @@
[testenv]
deps=-rtests/requirements.txt
passenv=APPDATA USERPROFILE HOMEDRIVE HOMEPATH windir APPVEYOR
-commands=py.test {posargs:-rsxX}
+commands=py.test {posargs}
usedevelop=True