From 81ca4908b00974628a920111c2b66d9907423a4e Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Mon, 7 Apr 2025 09:07:13 -0700 Subject: [PATCH] meta: add pytest-xdist to pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e9ba7e0..2208350 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ classifiers = ["License :: OSI Approved :: GNU General Public License v3 (GPLv3) dev = [ "pytest", "pytest-cov", + "pytest-xdist", "codecov", "pre-commit", "ruff",