Skip to content

Commit

Permalink
Introduce test failure for gh-343
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed May 23, 2020
1 parent a640b3b commit f75c3f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flit_core/flit_core/tests/samples/module2.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@
Docstring formatted like this.
"""

a = {}
# An assignment to a subscript (a['test']) broke introspection
# https://github.com/takluyver/flit/issues/343
a['test'] = 6

__version__ = '7.0'

0 comments on commit f75c3f7

Please sign in to comment.