Skip to content

Commit 5271e86

Browse files
committed
Add changes of Review
1 parent 0619348 commit 5271e86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

recipes/pytest-textual-snapshot/meta.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ source:
1212
build:
1313
noarch: python
1414
number: 0
15-
script: python -m pip install . -vv
15+
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
1616

1717
requirements:
1818
host:
19-
- python {{ python_min }}.*
19+
- python {{ python_min }}
2020
- pip
2121
- poetry-core >=1.0.0
2222
run:
@@ -33,7 +33,7 @@ test:
3333
files:
3434
- test.py
3535
requires:
36-
- python {{ python_min }}.*
36+
- python {{ python_min }}
3737

3838
about:
3939
home: https://github.com/Textualize/pytest-textual-snapshot

0 commit comments

Comments
 (0)