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