We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f542ff + cc816e7 commit 5fd7451Copy full SHA for 5fd7451
3 files changed
recipe/bld.bat
@@ -1,6 +1,5 @@
1
cd Python
2
python setup.py wrap
3
python setup.py build
4
-python setup.py test
5
python setup.py install
6
recipe/build.sh
@@ -5,8 +5,3 @@
make -C Python
make -C Python wheel
7
pip install Python/dist/*.whl
8
-
9
-# testing
10
-pushd Python
11
-pytest
12
-popd
recipe/meta.yaml
@@ -12,7 +12,7 @@ source:
- no-isolation.diff
13
14
build:
15
- number: 0
+ number: 1
16
skip: true # [win and vc<14]
17
18
requirements:
@@ -57,3 +57,4 @@ about:
57
extra:
58
recipe-maintainers:
59
- timkpaine
60
+ - ruben-arts
0 commit comments