From 4a1be7e86b9e5061942c483eb0ed638ef01257d9 Mon Sep 17 00:00:00 2001 From: MothNik Date: Fri, 24 May 2024 15:00:14 +0200 Subject: [PATCH] refactor: added `psutil`-install for `pytest-xdist` --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 7d04e5d..85a1b2d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,4 +5,4 @@ matplotlib pentapy pytest pytest-cov -pytest-xdist \ No newline at end of file +pytest-xdist[psutil] \ No newline at end of file