fix import

This commit is contained in:
Kenneth Kehl
2024-09-11 10:48:26 -07:00
parent a91d6d25c8
commit df85f66a43
3 changed files with 3 additions and 3 deletions

2
poetry.lock generated
View File

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

View File

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

View File

@@ -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")