From aa43b11bff2450296da9c41e705d03b5c28bf5bf Mon Sep 17 00:00:00 2001 From: Benoit Pierre Date: Thu, 15 Jun 2017 08:49:55 +0200 Subject: 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. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') 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 -- cgit v1.2.3