Skip to content

Commit 78223d9

Browse files
committed
Updated expected test output from make-recipe
1 parent 90d8e29 commit 78223d9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tests/test_cli/test_conda_recipe_/test_conda_recipe.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source:
77

88
build:
99
noarch: python
10-
script: "{{ PYTHON }} -m pip install . -vv"
10+
script: "{{ PYTHON }} -m pip install . -vv --no-build-isolation"
1111

1212
requirements:
1313
build:
@@ -31,6 +31,7 @@ requirements:
3131
- ruamel.yaml>=0.16.12
3232
- tomlkit>=0.7.0
3333
- typing-extensions>=3.7.4.3
34+
3435
run:
3536
- python
3637
- apeye>=0.3.0

tests/test_cli/test_conda_recipe_/test_conda_recipe_specifiers.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source:
77

88
build:
99
noarch: python
10-
script: "{{ PYTHON }} -m pip install . -vv"
10+
script: "{{ PYTHON }} -m pip install . -vv --no-build-isolation"
1111

1212
requirements:
1313
build:
@@ -20,6 +20,7 @@ requirements:
2020
- apeye>=0.3.0
2121
- attrs>=20.2.0
2222
- lxml
23+
2324
run:
2425
- python
2526
- apeye>=0.3.0

0 commit comments

Comments
 (0)