Skip to content

Commit f69d65f

Browse files
committed
ci: refactor conda tests, from 11 to 6 (~20 min saved)
1 parent 2c0b14c commit f69d65f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+76
-97
lines changed

tests/conda/binder-dir/Dockerfile

Lines changed: 0 additions & 2 deletions
This file was deleted.

tests/conda/binder-dir/environment.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/conda/default-env/postBuild

Lines changed: 0 additions & 5 deletions
This file was deleted.

tests/conda/default-env/verify.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

tests/conda/py-postbuild/README.rst

Lines changed: 6 additions & 0 deletions

tests/conda/py-postbuild/postBuild

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
pip install there
File renamed without changes.

tests/conda/simple/verify.py renamed to tests/conda/py-postbuild/verify.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ def test_numpy():
1111
import numpy
1212

1313

14+
def test_there():
15+
import there
16+
17+
1418
def test_conda_activated():
1519
assert os.environ.get("CONDA_PREFIX") == os.environ["NB_PYTHON_PREFIX"], dict(
1620
os.environ

tests/conda/py2/README.rst

Lines changed: 4 additions & 0 deletions

0 commit comments

Comments
 (0)