Skip to content

Commit

Permalink
Add failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Sep 20, 2023
1 parent c7efb92 commit f4268d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lint_cases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] } }
Expand Down

0 comments on commit f4268d5

Please sign in to comment.