From ea1c2e71755675792b17dab87243de01ec7a9580 Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Tue, 30 Oct 2018 23:10:48 -0400 Subject: [PATCH] python2-filelock is gone in F30, so skip those tests for Python 2 --- python-pytest-xdist.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python-pytest-xdist.spec b/python-pytest-xdist.spec index 677b9cd..8995a79 100644 --- a/python-pytest-xdist.spec +++ b/python-pytest-xdist.spec @@ -26,7 +26,6 @@ BuildRequires: python2-devel BuildRequires: python3-devel BuildRequires: python2-execnet BuildRequires: python3-execnet -BuildRequires: python2-filelock BuildRequires: python3-filelock BuildRequires: python2-pytest BuildRequires: python3-pytest @@ -74,7 +73,7 @@ Requires: python3-py %py3_install %check -PYTHONPATH=%{buildroot}%{python2_sitelib} PYTHONDONTWRITEBYTECODE=1 py.test-%{python2_version} testing +PYTHONPATH=%{buildroot}%{python2_sitelib} PYTHONDONTWRITEBYTECODE=1 py.test-%{python2_version} testing -k "not TestLocking" PYTHONPATH=%{buildroot}%{python3_sitelib} PYTHONDONTWRITEBYTECODE=1 py.test-%{python3_version} testing