Skip to content

Commit

Permalink
fix: remove django-fastdev
Browse files Browse the repository at this point in the history
```
FastDevVariableDoesNotExist

django_fastdev.apps.FastDevVariableDoesNotExist: scope does not exist in context. Available top level variables:

    DEFAULT_MESSAGE_LEVELS
    False
    None
    True
    block
    csrf_token
    debug
    forloop
    form
    heading
    messages
    perms
    process
    provider
    request
    socialaccount_providers
    sql_queries
    subheading
    user
    view
```
  • Loading branch information
danihodovic committed Aug 5, 2024
1 parent 6eef4e1 commit 2b9bd9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 26 deletions.
23 changes: 3 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ pylint-django = "^2.5.0"
pytest = "^8.2.1"
pytest-cov = "2.10.0"
pytest-django = "4.1.0"
django-fastdev = {git = "https://github.com/boxed/django-fastdev.git"}

[tool.pytest.ini_options]
addopts = "--ds=tests.settings --reuse-db --pdbcls=pudb.debugger:Debugger"
Expand Down
5 changes: 0 additions & 5 deletions tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"widget_tweaks",
"django_browser_reload",
"debug_toolbar",
"django_fastdev",
]

LOCAL_APPS = ["tests"]
Expand Down Expand Up @@ -112,7 +111,3 @@
ALLAUTH_UI_THEME = "light"

BASE_DIR = Path(__file__).parent.parent

FASTDEV_IGNORED_TEMPLATES = [
r".*.allauth_ui/templates/components.*",
]

0 comments on commit 2b9bd9a

Please sign in to comment.