Re: [Piglit] [PATCH] tox: remove pytest-warnings and set pytest-timeout to 1.2.1

2018-07-19 Thread Dylan Baker
Reviewed-by: Dylan Baker Quoting Andres Gomez (2018-07-19 09:08:12) > pytest-warnings is not needed since it was integrated into pytest's > core since 3.1 > > pytest-timeout >= 1.3.0 requires pytest >= 3.6.0 and we want to keep > using 3.2.5 > > Cc: Juan A. Suarez Romero > Cc: Dylan Baker > S

[Piglit] [PATCH] tox: remove pytest-warnings and set pytest-timeout to 1.2.1

2018-07-19 Thread Andres Gomez
pytest-warnings is not needed since it was integrated into pytest's core since 3.1 pytest-timeout >= 1.3.0 requires pytest >= 3.6.0 and we want to keep using 3.2.5 Cc: Juan A. Suarez Romero Cc: Dylan Baker Signed-off-by: Andres Gomez --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 dele