From ab4ae0bd232e49dc910f6a030d8ae5b4d6654b23 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 12 Nov 2024 11:43:39 +0100 Subject: [PATCH] devops: do not pin pytest-playwright for examples --- examples/todomvc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/todomvc/requirements.txt b/examples/todomvc/requirements.txt index eb6fcbbd0..801cd515b 100644 --- a/examples/todomvc/requirements.txt +++ b/examples/todomvc/requirements.txt @@ -1 +1 @@ -pytest-playwright==0.3.0 +pytest-playwright