Skip to content

Commit

Permalink
Remove functional test for unbalanced tuple unpacking
Browse files Browse the repository at this point in the history
We do that because there was a problem with functional test see https://github.com/PyCQA/pylint/pull/3918\#issuecomment-735446281
  • Loading branch information
Pierre-Sassoulas committed Dec 31, 2020
1 parent 8e8746b commit 973cdeb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/functional/u/unbalanced_tuple_unpacking.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
unbalanced-tuple-unpacking:9:do_stuff:"Possible unbalanced tuple unpacking with sequence (1, 2, 3): left side has 2 label(s), right side has 3 value(s)"
unbalanced-tuple-unpacking:14:do_stuff1:"Possible unbalanced tuple unpacking with sequence [1, 2, 3]: left side has 2 label(s), right side has 3 value(s)"
unbalanced-tuple-unpacking:19:do_stuff2:"Possible unbalanced tuple unpacking with sequence (1, 2, 3): left side has 2 label(s), right side has 3 value(s)"
unbalanced-tuple-unpacking:24:do_stuff3:"Possible unbalanced tuple unpacking with sequence (1, 2, 3): left side has 2 label(s), right side has 3 value(s)"
unbalanced-tuple-unpacking:69:do_stuff9:"Possible unbalanced tuple unpacking with sequence defined at line 7 of functional.u.unpacking: left side has 2 label(s), right side has 3 value(s)"
unbalanced-tuple-unpacking:81:UnbalancedUnpacking.test:"Possible unbalanced tuple unpacking with sequence defined at line 7 of functional.u.unpacking: left side has 2 label(s), right side has 3 value(s)"

0 comments on commit 973cdeb

Please sign in to comment.