From 93c76850471aa3af9116a2ee33b4ab98bacdf46a Mon Sep 17 00:00:00 2001 From: mcbarton <150042563+mcbarton@users.noreply.github.com> Date: Tue, 14 May 2024 10:48:27 +0100 Subject: [PATCH] Fix deprecation warning --current-env --- test/pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pytest.ini b/test/pytest.ini index 5aacf83b..88bc8624 100644 --- a/test/pytest.ini +++ b/test/pytest.ini @@ -1,3 +1,3 @@ [pytest] testpaths = test -addopts = --nbval --current-env +addopts = --nbval-current-env