-
Notifications
You must be signed in to change notification settings - Fork 367
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: refactor julia tests, from 5 to 4 (~5 min saved)
- Loading branch information
1 parent
f1b1339
commit be675e6
Showing
22 changed files
with
64 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Julia - Project.toml | ||
-------------------- | ||
|
||
Test a Project.toml file with a specified version for julia. |
3 changes: 2 additions & 1 deletion
3
tests/julia/julia_version-1.0.2/verify → tests/julia/project-1.0.2/verify
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Julia - Project.toml | ||
-------------------- | ||
|
||
This tests a Project.toml file for julia, using the repo2docker default version | ||
of julia as specified in ``julia_project.py``. |
13 changes: 9 additions & 4 deletions
13
tests/julia/julia_version-default/verify → tests/julia/project/verify
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Julia - REQUIRE, and a requirements.txt file | ||
-------------------------------------------- | ||
|
||
This tests a REQUIRE file for julia, using the repo2docker default version of | ||
julia as specified in ``julia_require.py``. | ||
|
||
This tests the use of the legacy REQUIRE file together with the an | ||
``requirements.txt`` file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
julia 1 | ||
|
||
# Julia packages: | ||
PyCall | ||
PyPlot |
File renamed without changes.
7 changes: 7 additions & 0 deletions
7
tests/julia/pyplot-requirements/verify → tests/julia/require-1-requirements/verify
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Julia - REQUIRE, and use of old package manager | ||
----------------------------------------------- | ||
|
||
This tests a REQUIRE file for julia, using the repo2docker default version of | ||
julia as specified in ``julia_require.py``. Note that this is default version is | ||
0.6.4! | ||
|
||
Starting with Julia v0.7 and up, the package manager has changed, so this tests | ||
that the Julia version below that can be installed correctly as well. |
2 changes: 0 additions & 2 deletions
2
tests/julia/julialegacy_version-1.0/REQUIRE → tests/julia/require/REQUIRE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
julia 1.0 | ||
|
||
# Julia packages: | ||
Compat |
8 changes: 5 additions & 3 deletions
8
tests/julia/julialegacy_version-0.6.3/verify → tests/julia/require/verify
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters