Skip to content

Commit 561a1e5

Browse files
committed
Remove run_test.py in conda recipe in favor of a simple import test
The stuff in run_test.py was checking for a kernel that is no longer required, and working around import issues in Python 2.7 and 3.4, neither of which is supported.
1 parent d1a75d5 commit 561a1e5

File tree

2 files changed

+4
-26
lines changed

2 files changed

+4
-26
lines changed

vpython.recipe/meta.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ requirements:
4343
- numpy
4444
- ipykernel
4545

46+
test:
47+
imports:
48+
- vpython
49+
4650
outputs:
4751
# Someday, maybe: - type: wheel
4852
- type: conda

vpython.recipe/run_test.py

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

0 commit comments

Comments
 (0)