We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31ac89 commit ed1dd46Copy full SHA for ed1dd46
tests/test_integration.py
@@ -75,7 +75,7 @@ def test_install_conditional_deps(tmpdir):
75
commands =
76
django-admin --version
77
flake8 --version
78
- """
+ """,
79
)
80
81
@@ -91,7 +91,7 @@ def test_use_pdm_scripts(tmpdir):
91
[testenv]
92
groups = lint
93
commands = lint
94
95
96
97
@@ -107,5 +107,5 @@ def test_use_pdm_shell_scripts(tmpdir):
107
108
109
commands = lint-shell
110
111
0 commit comments