Skip to content

Commit

Permalink
chore: fix pytest markers warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemDoum committed Dec 21, 2023
1 parent 994e404 commit d24ee24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ async def test_init_project_should_raise_for_reserved_name(
)


@pytest.mark.regression("131")
@pytest.mark.pull("131")
async def test_migrate_project_db_schema_should_read_migrations_from_registry(
neo4j_test_driver_session: neo4j.AsyncDriver,
monkeypatch,
Expand Down
3 changes: 3 additions & 0 deletions neo4j-app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ target = "py39"

[tool.pytest.ini_options]
asyncio_mode = "auto"
markers = [
"pull",
]

[tool.poetry.dependencies]
python = "^3.9"
Expand Down

0 comments on commit d24ee24

Please sign in to comment.