Skip to content

Commit a9e7c3d

Browse files
Br4guetteBr4guette
authored andcommitted
fix: pytest
1 parent ec9ae6c commit a9e7c3d

File tree

3 files changed

+10
-44
lines changed

3 files changed

+10
-44
lines changed

poetry.lock

Lines changed: 8 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ doc = [
5858
]
5959

6060
[tool.poetry.dev-dependencies]
61-
pytest = "^6.2"
61+
pytest = "^7.0"
6262

6363
[tool.poetry.group.docs.dependencies]
6464
mkdocs = "^1.6"

tests/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from pathlib import Path
22

3-
DUMP_FILE = Path("./data/dump.raw")
3+
DUMP_FILE = Path("../dataset_memory/ch2.dmp")

0 commit comments

Comments
 (0)