Skip to content

Commit 941d5cb

Browse files
ashbp1c2u
authored andcommitted
Update pytest to latest version
1 parent b801118 commit 941d5cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integration/validation/test_read_only_write_only.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def request_validator(spec):
1919
return RequestValidator(spec)
2020

2121

22-
@pytest.fixture('class')
22+
@pytest.fixture(scope='class')
2323
def spec(factory):
2424
spec_dict = factory.spec_from_file("data/v3.0/read_only_write_only.yaml")
2525
return create_spec(spec_dict)

tests/integration/validation/test_security_override.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def request_validator(spec):
1313
return RequestValidator(spec)
1414

1515

16-
@pytest.fixture('class')
16+
@pytest.fixture(scope='class')
1717
def spec(factory):
1818
spec_dict = factory.spec_from_file("data/v3.0/security_override.yaml")
1919
return create_spec(spec_dict)

0 commit comments

Comments
 (0)