From fdfe409bd741e8777de5e69e6b27a6c839e75a08 Mon Sep 17 00:00:00 2001 From: Oscar Gustafsson Date: Wed, 24 Aug 2022 11:21:26 +0200 Subject: [PATCH] Add pytest-xvfb to dev environment --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index 28ff3a1b2c34..ec939e583d00 100644 --- a/environment.yml +++ b/environment.yml @@ -56,5 +56,6 @@ dependencies: - pytest-rerunfailures - pytest-timeout - pytest-xdist + - pytest-xvfb - tornado - pytz