Skip to content

Commit

Permalink
Update pytest and plugin versions
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lunkwill42 committed Nov 22, 2024
1 parent 27b12b5 commit c8d0e07
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8d0e07

Please sign in to comment.