8000 Fix tests (`email-validator` issue and `faker` issue) (#8022) · pydantic/pydantic@2867fa4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2867fa4

Browse files
Fix tests (email-validator issue and faker issue) (#8022)
1 parent 1e32b01 commit 2867fa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ - 8000 71,7 +71,6 @@ dynamic = ['version', 'readme']
7171
email = ['email-validator>=2.0.0']
7272

7373
[tool.pdm.dev-dependencies]
74-
# pytest-examples still using black, TODO: change to ruff
7574
docs = [
7675
"autoflake",
7776
"mkdocs",
@@ -111,6 +110,7 @@ testing-extra = [
111110
# used in docs tests
112111
"sqlalchemy>=2.0,<3.0",
113112
"greenlet>=3.0.0rc3",
113+
"email-validator>=2.0.0"
114114
]
115115
mypy = [
116116
"mypy",

tests/benchmarks/test_north_star.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class Person(BaseModel):
6464

6565

6666
_NORTH_STAR_DATA_PATH = Path(__file__).parent / 'north_star_data.json'
67-
_EXPECTED_NORTH_STAR_DATA_MD5 = '0ff34599a0861026cf25b6cdbb4bbe81'
67+
_EXPECTED_NORTH_STAR_DATA_MD5 = '4d30ce33e301fd00c656f95e736c7785'
6868

6969

7070
@pytest.fixture(scope='module')

0 commit comments

Comments
 (0)
0