From d6a6b36a29981876b35ddfb0a418303f52c325f8 Mon Sep 17 00:00:00 2001 From: Sebastien Morais Date: Fri, 10 Jan 2025 18:52:32 +0100 Subject: [PATCH] BUILD: Add missing semicolon --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4911471d1..1a7f74053 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ tests = [ "pytest>=7.4.0,<8.4", "pytest-cov>=4.0.0,<6.1", "pytest-xdist>=3.5.0,<3.7", - "pytest-xvfb>=3.0.0,3.1", + "pytest-xvfb>=3.0.0,<3.1", "scikit-rf", "shapely" ]