Skip to content

Commit 2e75da4

Browse files
committed
Test pyversion against non-existing package
1 parent b159e5f commit 2e75da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_convenience.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include("preamble.jl")
77
@test IPython.pyversion("julia") isa String
88
@test IPython.pyversion("IPython") isa String
99
@test IPython.pyversion("IPython") == IPython._pyversion("IPython")
10-
@test IPython.pkg_resources_version("__NON_EXISTING__") isa Void
10+
@test IPython.pyversion("__NON_EXISTING__") isa Void
1111

1212
println("vvv DRY RUN vvv")
1313
@test_nothrow IPython.install_dependency("ipython"; dry_run=true)

0 commit comments

Comments
 (0)