Skip to content

Commit 749b702

Browse files
committed
Avoid warnings from Julia 0.7 in src/pytest.jl
1 parent 043c932 commit 749b702

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pytest.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env julia
22

3-
"""
3+
#=
44
CLI to run pytest within Julia process.
55
66
All arguments are passed to pytest.
@@ -11,7 +11,7 @@ Examples:
1111
./pytest.jl
1212
./pytest.jl -x --pdb
1313
./pytest.jl replhelper/tests/test_ipyext.py
14-
"""
14+
=#
1515

1616
using IPython
1717
code = IPython.test_replhelper(

0 commit comments

Comments
 (0)