mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
fix import
This commit is contained in:
2
poetry.lock
generated
2
poetry.lock
generated
@@ -2993,4 +2993,4 @@ files = [
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.12.2"
|
python-versions = "^3.12.2"
|
||||||
content-hash = "62413f9a7475a3abd8407bff20db125ba5c90273a6c05611f5ddda8a0058879b"
|
content-hash = "0a51398ca81dbbf9d370e02e248d6b3639c2e8ba6f8ecc9babd6bc3dbc64152e"
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ readme = "README.md"
|
|||||||
package-mode = false
|
package-mode = false
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
|
axe-core-python = "^0.1.0"
|
||||||
python = "^3.12.2"
|
python = "^3.12.2"
|
||||||
ago = "~=0.0.95"
|
ago = "~=0.0.95"
|
||||||
beautifulsoup4 = "^4.12.3"
|
beautifulsoup4 = "^4.12.3"
|
||||||
@@ -71,7 +72,6 @@ webencodings = "^0.5.1"
|
|||||||
|
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
axe-core-python = "^0.1.0"
|
|
||||||
bandit = "*"
|
bandit = "*"
|
||||||
black = "^24.2.0"
|
black = "^24.2.0"
|
||||||
coverage = "*"
|
coverage = "*"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
from axe_core_playwright import AxeBuilder
|
from axe_core_python import AxeBuilder
|
||||||
|
|
||||||
E2E_TEST_URI = os.getenv("NOTIFY_E2E_TEST_URI")
|
E2E_TEST_URI = os.getenv("NOTIFY_E2E_TEST_URI")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user