We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 271ed67 commit ca1d87bCopy full SHA for ca1d87b
tests/integration/test_install_twists.py
@@ -4,8 +4,8 @@
4
5
import pytest
6
7
-from pipenv.vendor.packaging import version
8
from pipenv.utils.shell import temp_environ
+from pipenv.vendor.packaging import version
9
10
11
@pytest.mark.extras
@@ -569,5 +569,5 @@ def test_install_dev_with_skip_lock(pipenv_instance_pypi):
569
break
570
else:
571
# 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"
+ raise AssertionError("aws-cdk-lib not found in pip freeze output")
573
0 commit comments