diff --git a/requirements.txt b/requirements.txt index 9c9c7306b..121de7c4e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # pip-compile --extra=test pyproject.toml @@ -95,8 +95,6 @@ ndg-httpsclient==0.5.1 # via teuthology (pyproject.toml) netaddr==0.9.0 # via teuthology (pyproject.toml) -nose==1.3.7 - # via teuthology (pyproject.toml) packaging==23.2 # via # ansible-core @@ -138,6 +136,8 @@ pynacl==1.5.0 # via # paramiko # teuthology (pyproject.toml) +pynose==1.5.1 + # via teuthology (pyproject.toml) pyopenssl==23.3.0 # via # ndg-httpsclient diff --git a/setup.cfg b/setup.cfg index 89e9e7d2b..c6a5b4c89 100644 --- a/setup.cfg +++ b/setup.cfg @@ -99,7 +99,7 @@ test = coverage ipy mock - nose + pynose pytest pytest-cov toml