Skip to content

Commit

Permalink
Move conftest.py to top-level
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Mar 25, 2019
1 parent 65b4289 commit 18b6611
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/julia/ipy/conftest.py → conftest.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import sys

if sys.version_info[0] < 3:
collect_ignore = [
"monkeypatch_completer.py",
"monkeypatch_interactiveshell.py",
collect_ignore_glob = [
"**/monkeypatch_completer.py",
"**/monkeypatch_interactiveshell.py",
]
# Theses files are ignored as import fails at collection phase.

0 comments on commit 18b6611

Please sign in to comment.