Skip to content

Commit f1f68d3

Browse files
committed
fix: pytest namespacing options
1 parent c347963 commit f1f68d3

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/python-CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
pip install --no-index --find-links=dist/ robyn
3333
- name: Test with pytest
3434
run: |
35-
pytest ./integration_tests
35+
pytest

integration_tests/__init__.py

Whitespace-only changes.

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ Changelog = "https://github.com/sansyrox/robyn/blob/main/CHANGELOG.md"
4444
[project.optional-dependencies]
4545
"templating" = ["jinja2 == 3.0.1"]
4646

47+
[tool.pytest.ini_options]
48+
pythonpaths = ["."]
49+
4750

4851
[tool.ruff]
4952
line-length = 160

0 commit comments

Comments
 (0)