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:
Carlo Costino
2023-09-06 10:57:38 -04:00
parent 86a19c945e
commit 73590840ee
2 changed files with 38 additions and 13 deletions

View File

@@ -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 = "*"