From 4b385ea8086d116120a697e9800ed6493f88b4cd Mon Sep 17 00:00:00 2001
From: Chris Caron <lead2gold@gmail.com>
Date: Thu, 10 Oct 2024 01:13:21 -0400
Subject: [PATCH] Removed xdist as it is not used

---
 dev-requirements.txt                 | 1 -
 packaging/redhat/python-apprise.spec | 1 -
 2 files changed, 2 deletions(-)

diff --git a/dev-requirements.txt b/dev-requirements.txt
index e304524c..50017204 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -3,5 +3,4 @@ flake8
 pytest
 pytest-cov
 pytest-mock
-pytest-xdist
 babel
diff --git a/packaging/redhat/python-apprise.spec b/packaging/redhat/python-apprise.spec
index 4f8016c4..87c31a3b 100644
--- a/packaging/redhat/python-apprise.spec
+++ b/packaging/redhat/python-apprise.spec
@@ -105,7 +105,6 @@ BuildRequires: python%{python3_pkgversion}-pytest
 BuildRequires: python%{python3_pkgversion}-pytest-mock
 BuildRequires: python%{python3_pkgversion}-pytest-runner
 BuildRequires: python%{python3_pkgversion}-pytest-cov
-BuildRequires: python%{python3_pkgversion}-pytest-xdist
 %endif
 
 %description -n python%{python3_pkgversion}-%{pypi_name} %{common_description}