mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 08:37:19 +01:00
Locks and upgrades all dependencies
This commit is contained in:
parent
2a104ad33f
commit
aad5e9e99f
6 changed files with 668 additions and 678 deletions
|
|
@ -3,11 +3,6 @@ import os
|
|||
from pathlib import Path
|
||||
from unittest import mock
|
||||
|
||||
try:
|
||||
import zoneinfo
|
||||
except ImportError:
|
||||
from backports import zoneinfo
|
||||
|
||||
from django.test import TestCase
|
||||
from django.test import override_settings
|
||||
from httpx import Request
|
||||
|
|
@ -51,7 +46,7 @@ class TestTikaParser(HttpxMockMixin, TestCase):
|
|||
|
||||
self.assertEqual(
|
||||
self.parser.date,
|
||||
datetime.datetime(2020, 11, 21, tzinfo=zoneinfo.ZoneInfo("UTC")),
|
||||
datetime.datetime(2020, 11, 21),
|
||||
)
|
||||
|
||||
def test_metadata(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue