Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies for v1.2 release #796

Merged
merged 22 commits into from
Sep 30, 2024
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Resolve Schemathesis DeprecationWarning for parametrize argument endp…
…oint
  • Loading branch information
juhoinkinen committed Sep 28, 2024
commit 2d7509d02b671f364318302c844c1338c16cc2da
2 changes: 1 addition & 1 deletion tests/test_openapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def test_openapi_fuzzy(case):


@pytest.mark.slow
@schema.parametrize(endpoint="/v1/projects/{project_id}")
@schema.include(path_regex="/v1/projects/{project_id}").parametrize()
@settings(max_examples=50)
def test_openapi_fuzzy_target_dummy_fi(case):
case.path_parameters = {"project_id": "dummy-fi"}
Expand Down
Loading