Skip to content

Commit ca1d87b

Browse files
committed
fix ruff
1 parent 271ed67 commit ca1d87b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/test_install_twists.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
import pytest
66

7-
from pipenv.vendor.packaging import version
87
from pipenv.utils.shell import temp_environ
8+
from pipenv.vendor.packaging import version
99

1010

1111
@pytest.mark.extras
@@ -569,5 +569,5 @@ def test_install_dev_with_skip_lock(pipenv_instance_pypi):
569569
break
570570
else:
571571
# This will execute if we don't find aws-cdk-lib in the output
572-
assert False, "aws-cdk-lib not found in pip freeze output"
572+
raise AssertionError("aws-cdk-lib not found in pip freeze output")
573573

0 commit comments

Comments
 (0)