From c8d0e07033d3460a53eb220ad90fcfec36cdf9b7 Mon Sep 17 00:00:00 2001 From: Morten Brekkevold Date: Fri, 22 Nov 2024 12:46:50 +0000 Subject: [PATCH] Update pytest and plugin versions This updates the version locks of pytests and its plugins used for test runs. Mostly due to the fact that our selected combinations of Python versions, pytest and pytest-cov were generating deprecation warnings during test runs that did not have anything to do with NAV itself. These versions are locked to what are the current latest releases. --- tests/requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 755a7c5aa7..76be6a4f56 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -4,13 +4,13 @@ lxml==4.9.1 mock==2.0.0 pylint==2.3.1 pylint-django==2.0.6 -pytest==7.4.4 +pytest==8.3.3 pytest-metadata==3.1.1 -pytest-cov==2.7.1 +pytest-cov==6.0.0 pytest-selenium==4.1.0 -pytest-timeout -pytest-twisted~=1.13.0 -pytest-xvfb +pytest-timeout==2.3.1 +pytest-twisted==1.14.3 +pytest-xvfb==3.0.0 pytidylib==0.3.2 selenium<4.11.0 snmpsim>=1.0,!=1.1.6