Skip to content

Commit 896e713

Browse files
author
Sebastian Gazey
committed
ci flow changes
1 parent ffcf496 commit 896e713

File tree

12 files changed

+7
-3
lines changed

12 files changed

+7
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ ssri = "ssri_src.ssri:main"
3030
Homepage = "https://github.com/Sebagabones/Server-Side-Rendered-Includes"
3131

3232
[tool.pytest.ini_options]
33+
pythonpath = [
34+
"src"
35+
]
3336
addopts = [
3437
"--import-mode=importlib",
3538
]

src/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import ssri
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/ssri_src/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.
168 Bytes
Binary file not shown.
168 Bytes
Binary file not shown.
14.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)