Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit 8d540d2

Browse files
committed
Iterate
1 parent a933986 commit 8d540d2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/test_package/environment-3.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ channels:
33
- https://repo.mamba.pm/emscripten-forge
44
- https://repo.mamba.pm/conda-forge
55
dependencies:
6+
- numpy
67
- pip:
78
- .

tests/test_xeus_python_env.py

+2
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,5 @@ def test_python_env_from_file_3():
121121
assert os.path.isfile(
122122
"/tmp/xeus-python-kernel/envs/xeus-python-kernel-3/lib/python3.10/site-packages/test_package/hey.py"
123123
)
124+
125+
os.remove(Path(addon.cwd.name) / "empack_env_meta.json")

0 commit comments

Comments
 (0)