Skip to content

Commit

Permalink
Test pyversion against non-existing package
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed May 13, 2018
1 parent b159e5f commit 2e75da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_convenience.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include("preamble.jl")
@test IPython.pyversion("julia") isa String
@test IPython.pyversion("IPython") isa String
@test IPython.pyversion("IPython") == IPython._pyversion("IPython")
@test IPython.pkg_resources_version("__NON_EXISTING__") isa Void
@test IPython.pyversion("__NON_EXISTING__") isa Void

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

0 comments on commit 2e75da4

Please sign in to comment.