We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.12
4.2
1.21.0
Happened on django-linear-migrations:
diff --git tests/test_makemigrations.py tests/test_makemigrations.py index c26e9cb..ddf0178 100644 --- tests/test_makemigrations.py +++ tests/test_makemigrations.py @@ -34,8 +34,7 @@ def test_creates_max_migration_txt(self): max_migration_txt = self.migrations_dir / "max_migration.txt" assert max_migration_txt.read_text() == "0001_initial\n" - @unittest.skipUnless(django.VERSION >= (4, 2), "--update added in Django 4.2") - def test_update(self): + def test_update(self): self.call_command("testapp") max_migration_txt = self.migrations_dir / "max_migration.txt" assert max_migration_txt.read_text() == "0001_initial\n"
I think we need to ensure we remove all tokens from the decorator line.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Python Version
3.12
Django Version
4.2
Package Version
1.21.0
Description
Happened on django-linear-migrations:
I think we need to ensure we remove all tokens from the decorator line.
The text was updated successfully, but these errors were encountered: