Skip to content

Commit 5fd7451

Browse files
fix: removed tests from the build scripts (#46)
automerged PR by conda-forge/automerge-action
2 parents 0f542ff + cc816e7 commit 5fd7451

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

recipe/bld.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
cd Python
22
python setup.py wrap
33
python setup.py build
4-
python setup.py test
54
python setup.py install
65

recipe/build.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,3 @@
55
make -C Python
66
make -C Python wheel
77
pip install Python/dist/*.whl
8-
9-
# testing
10-
pushd Python
11-
pytest
12-
popd

recipe/meta.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ source:
1212
- no-isolation.diff
1313

1414
build:
15-
number: 0
15+
number: 1
1616
skip: true # [win and vc<14]
1717

1818
requirements:
@@ -57,3 +57,4 @@ about:
5757
extra:
5858
recipe-maintainers:
5959
- timkpaine
60+
- ruben-arts

0 commit comments

Comments
 (0)