We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b159e5f commit 2e75da4Copy full SHA for 2e75da4
test/test_convenience.jl
@@ -7,7 +7,7 @@ include("preamble.jl")
7
@test IPython.pyversion("julia") isa String
8
@test IPython.pyversion("IPython") isa String
9
@test IPython.pyversion("IPython") == IPython._pyversion("IPython")
10
- @test IPython.pkg_resources_version("__NON_EXISTING__") isa Void
+ @test IPython.pyversion("__NON_EXISTING__") isa Void
11
12
println("vvv DRY RUN vvv")
13
@test_nothrow IPython.install_dependency("ipython"; dry_run=true)
0 commit comments