Skip to content

Commit

Permalink
tweak path via pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ankona committed Oct 31, 2024
1 parent a1a5343 commit b17ffb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ log_cli_level = "debug"
testpaths = [
"tests"
]
pythonpath = "tests"

norecursedirs = [
"tests/test_configs",
"tests/_legacy",
Expand Down
2 changes: 1 addition & 1 deletion tests/dragon_wlm/test_request_dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
pass


@pytest.mark.skip("TODO: Fix issue unpickling messages")
# @pytest.mark.skip("TODO: Fix issue unpickling messages")
@pytest.mark.parametrize("num_iterations", [4])
def test_request_dispatcher(
num_iterations: int,
Expand Down

0 comments on commit b17ffb2

Please sign in to comment.