Skip to content

Commit

Permalink
Merge pull request #261 from aktech/fix-broken-master
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech authored Aug 22, 2023
2 parents 7454cf8 + cbfb5c2 commit 6ca80fe
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/test_interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -2452,7 +2452,10 @@ def test_complete_symbol_bad_as_1(frontend, tmp):
)



@pytest.mark.skipif(
sys.version_info < (3, 8),
reason="We're dropping support for 3, 7 anyways",
)
@retry
def test_complete_symbol_nonmodule_1(frontend, tmp):
# Verify that completion works even if a module replaced itself in
Expand Down Expand Up @@ -2488,14 +2491,11 @@ def island(self):
ipython(
"""
In [1]: import pyflyby; pyflyby.enable_auto_importer()
In [2]: print(gravesend60063\t393.r\t
[PYFLYBY] import gravesend60063393{}
In [2]: print(gravesend60063393.river)
in the river
[PYFLYBY] import gravesend60063393
In [2]: print(gravesend60063\t393.r\tiver){}
in the river
Medway
... the island
In [3]: print(gravesend600633\t93.is\tland)
In [3]: print(gravesend600633\t93.isl\tand)
on the island
on the island
Canvey
Expand Down

0 comments on commit 6ca80fe

Please sign in to comment.