Skip to content

Commit 0d17f91

Browse files
committed
chore NEXUS-817: corrected freezgun install
1 parent da5ec09 commit 0d17f91

File tree

3 files changed

+36
-6
lines changed

3 files changed

+36
-6
lines changed

gen.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ generation:
88
parameterOrderingFeb2024: false
99
requestResponseComponentNamesFeb2024: false
1010
securityFeb2025: false
11-
nameResolutionFeb2025: false
1211
auth:
1312
oAuth2ClientCredentialsEnabled: false
1413
oAuth2PasswordEnabled: false
@@ -19,7 +18,7 @@ python:
1918
deepdiff: '>=6.0'
2019
pytest: '>=8.3.3'
2120
pytest-asyncio: '>=0.24.0'
22-
pytest-freezgun: '>=0.4.2'
21+
pytest-freezegun: '>=0.4.2'
2322
pytest-mock: '>=3.14.0'
2423
types-aiofiles: '>=24.1.0'
2524
uvloop: '>=0.20.0'

poetry.lock

Lines changed: 34 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ mypy = "==1.14.1"
3838
pylint = "==3.2.3"
3939
pytest = ">=8.3.3"
4040
pytest-asyncio = ">=0.24.0"
41-
pytest-freezgun = ">=0.4.2"
41+
pytest-freezegun = ">=0.4.2"
4242
pytest-mock = ">=3.14.0"
4343
types-aiofiles = ">=24.1.0"
4444
types-python-dateutil = "^2.9.0.20240316"

0 commit comments

Comments
 (0)