Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adferrand committed Oct 17, 2023
1 parent 24d4193 commit de0df1c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/providers/test_valuedomain.py
Expand Up @@ -11,7 +11,12 @@

# TODO: Re-enable tests when vcrpy is fully compatible with Python 3.12,
# in particular concerning the instrumention of recent versions of urrlib3.
@skipIf(sys.version_info >= (3,12,), "Tests for valuedomain are not supported on Python 3.12+.")
# fmt: off
@skipIf(
sys.version_info >= (3, 12,),
"Tests for valuedomain are not supported on Python 3.12+.",
)
# fmt: on
class ValueDomainProviderTests(TestCase, IntegrationTestsV2):
"""Integration tests for value-domain provider"""

Expand Down

0 comments on commit de0df1c

Please sign in to comment.