Skip to content

Commit f66f526

Browse files
author
hhaensel
committed
fix test/Project.toml, adapt runtests.jl
1 parent 94b47df commit f66f526

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

CondaPkg.toml

-9
This file was deleted.

test/Project.toml

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
[deps]
2+
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
23
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
34
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
45
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
5-
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
6+
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
7+
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
8+
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
9+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
610
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
11+
12+
[compat]
13+
Aqua = "0 - 999"
14+
CondaPkg = "0.2.23"
15+
DataFrames = "1.7.0"
16+
Dates = "1"
17+
Test = "1"
18+
TestItemRunner = "0 - 999"

test/runtests.jl

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
using TestItemRunner
2-
3-
@run_package_tests
2+
using CondaPkg
3+
CondaPkg.add("pandas")
4+
@run_package_tests verbose=true

0 commit comments

Comments
 (0)