Skip to content

Commit

Permalink
fix: conform DynamoDBTestSuiteMixin::log signature to DiscoverRunner:…
Browse files Browse the repository at this point in the history
…:log in Django 4.2
  • Loading branch information
Tomáš Daniel committed Apr 23, 2024
1 parent e1eb517 commit 7e95918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydjamodb/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class DynamoDBTestSuiteMixin:

parallel_test_suite = DynamoDBParallelTestSuite

def log(self, msg):
def log(self, msg, level=None):
sys.stderr.write(msg + os.linesep)

def _teardown_pynamodb_database(self, prefix=None):
Expand Down

0 comments on commit 7e95918

Please sign in to comment.