From f4268d5fe044a42aa3bef8da8bde381abb24ce4c Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Wed, 20 Sep 2023 17:10:07 +0200 Subject: [PATCH] Add failing test --- test/lint_cases.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lint_cases.yaml b/test/lint_cases.yaml index a9d882a509..6848a223fa 100644 --- a/test/lint_cases.yaml +++ b/test/lint_cases.yaml @@ -303,7 +303,7 @@ tests: build.sh: | $PYTHON setup.py install - name: version_constraints_whitespace_ok - add: { requirements: { run: ["one >1", "two >=1", "three >1,<2"] } } + add: { requirements: { run: ["one >1", "two >=1", "three >1,<2", "four !=3.3"] } } - name: version_constraints_whitespace_missing expect: version_constraints_missing_whitespace add: { requirements: { run: ["one>1"] } }