Skip to content

Commit 72bbf75

Browse files
committed
fix: removed tests from the build scripts
1 parent 0f542ff commit 72bbf75

2 files changed

Lines changed: 0 additions & 6 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

0 commit comments

Comments
 (0)