File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,12 @@ VersionParsing = "81def892-9a0e-5fdd-b105-ffc91e053289"
16
16
Conda = " 1.9"
17
17
MacroTools = " 0.4, 0.5"
18
18
VersionParsing = " 1.0"
19
+
19
20
julia = " 1.4"
21
+ Dates = " 1.4"
22
+ Libdl = " 1.4"
23
+ LinearAlgebra = " 1.4"
24
+ Serialization = " 1.4"
20
25
21
26
[extras ]
22
27
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
Original file line number Diff line number Diff line change @@ -393,12 +393,12 @@ const PyInt = pyversion < v"3" ? Int : Clonglong
393
393
@test ! ispynull (pyimport_conda (" inspect" , " not a conda package" ))
394
394
import Conda
395
395
if PyCall. conda
396
- # import pyzmq to test PR #294
397
- let already_installed = " pyzmq " ∈ Conda. _installed_packages ()
398
- @test ! ispynull (pyimport_conda (" zmq " , " pyzmq " ))
399
- @test " pyzmq " ∈ Conda. _installed_packages ()
396
+ # import six to test PR #294
397
+ let already_installed = " six " ∈ Conda. _installed_packages ()
398
+ @test ! ispynull (pyimport_conda (" six " , " six " ))
399
+ @test " six " ∈ Conda. _installed_packages ()
400
400
if ! already_installed
401
- Conda. rm (" pyzmq " )
401
+ Conda. rm (" six " )
402
402
end
403
403
end
404
404
end
You can’t perform that action at this time.
0 commit comments