Skip to content

Commit

Permalink
more backports in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tedivm committed Apr 16, 2024
1 parent bf2d78b commit a29adbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
import os
import shutil
import tempfile
from datetime import UTC, datetime
from datetime import datetime, timezone
from pathlib import Path
from uuid import uuid4

import pytest
from sqlalchemy import Boolean, DateTime, ForeignKey, String, Text, Uuid
from sqlalchemy.orm import declarative_base, mapped_column

UTC = timezone.utc

@pytest.fixture
def metaclass():
Expand Down

0 comments on commit a29adbd

Please sign in to comment.