Fix aggregator tests to use users and time-machine

This commit is contained in:
2023-01-20 00:01:34 -05:00
parent b3b3b28b92
commit 4f5ea7cd25
3 changed files with 79 additions and 37 deletions

View File

@ -37,7 +37,6 @@ pytz = "^2022.7.1"
Werkzeug = "2.0.3"
black = "^22.3"
coverage = "^7.0.5"
freezegun = "^1.2"
mypy = "^0.961"
pytest = "^7.1"
pytest-black = "^0.3.12"
@ -47,9 +46,9 @@ pytest-flake8 = "^1.1"
pytest-isort = "^3.0"
pytest-runner = "^6.0"
pytest-selenium = "^2.0.1"
time-machine = "^2.9.0"
types-pytz = "^2022.1"
types-requests = "^2.27"
types-freezegun = "^1.1"
bandit = "^1.7.4"
[tool.pytest.ini_options]