Skip to content

Commit 9dd78f7

Browse files
move pytest.ini content to pyproject.toml
1 parent 3f06008 commit 9dd78f7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ skip-magic-trailing-comma = false
109109
# Automatically detect the appropriate line ending
110110
line-ending = "auto"
111111

112+
[tool.pytest.ini_options]
113+
pythonpath = ["p-isa_tools/kerngen", "assembler_tools/hec-assembler-tools"]
114+
112115
[tool.mypy]
113116
python_version = "3.10"
114117
namespace_packages = true

pytest.ini

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)