Skip to content

Commit 15ac1d6

Browse files
committed
Add django-tables2 to dev dependencies
conftest.py imports django_tables2 to build _FakeBaseTable, but it was missing from the dev extras, causing CI to abort before collecting tests.
1 parent 19fcbae commit 15ac1d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
dependencies = []
2626

2727
[project.optional-dependencies]
28-
dev = ["pytest", "pytest-django", "ruff"]
28+
dev = ["pytest", "pytest-django", "ruff", "django-tables2"]
2929

3030
[project.urls]
3131
Homepage = "https://github.com/CESNET/netbox-custom-objects-tab"

0 commit comments

Comments
 (0)