mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Update and cleanup our test configuration
This changeset updates a few of the testing and linting dependencies and makes several adjustments to cleanup and improve our tests and test configuration. Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
@@ -42,20 +42,20 @@ coverage = "*"
|
||||
vulture = "==2.10"
|
||||
radon = "==6.0.1"
|
||||
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
isort = "==5.12.0"
|
||||
pytest = "==7.4.2"
|
||||
pytest-env = "==1.0.1"
|
||||
pytest-mock = "==3.11.1"
|
||||
pytest-playwright = "==0.4.3"
|
||||
pytest-xdist = "==3.3.1"
|
||||
isort = "~5.12.0"
|
||||
pytest = "~7.4.2"
|
||||
pytest-env = "~1.0.1"
|
||||
pytest-mock = "~3.11.1"
|
||||
pytest-playwright = "~0.4.3"
|
||||
pytest-xdist = "~3.3.1"
|
||||
beautifulsoup4 = "==4.12.2"
|
||||
freezegun = "==1.2.2"
|
||||
flake8 = "==6.1.0"
|
||||
flake8-bugbear = "==23.9.16"
|
||||
flake8-print = "==5.0.0"
|
||||
moto = "~=4.2"
|
||||
flake8 = "~6.1.0"
|
||||
flake8-bugbear = "~23.9.16"
|
||||
flake8-print = "~5.0.0"
|
||||
flake8-pytest-style = "~1.7.2"
|
||||
moto = "~4.2"
|
||||
requests-mock = "==1.11.0"
|
||||
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
|
||||
pip-audit = "*"
|
||||
|
||||
Reference in New Issue
Block a user