From c060c936096dce131183750afe075a0db0b05d53 Mon Sep 17 00:00:00 2001 From: Lari-Matias Orjala Date: Wed, 16 Aug 2023 09:11:22 +0300 Subject: [PATCH] Update pytest-lockable requirement --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8c8113d..41fb516 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ "pytest>=5.0", "pytest-metadata", "stf-appium-client==0.10.0", - "pytest-lockable==0.9.1"], + "pytest-lockable>=0.9.0,<0.10.0"], # List additional groups of dependencies here (e.g. development # dependencies). Users will be able to install these using the "extras" # syntax, for example: