File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
setup-py-explicit-in-binder-dir Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
Python - binder/poetry.lock + poetry.lock
2
- ---------------------------------
2
+ -----------------------------------------
3
3
4
4
We should make ``binder/poetry.lock `` take precedence over ``poetry.lock ``.
Original file line number Diff line number Diff line change 1
1
Python - binder/pyproject.toml + pyproject.toml
2
- ---------------------------------
2
+ -----------------------------------------------
3
3
4
4
We should make ``binder/pyproject.toml `` take precedence over ``pyproject.toml ``.
Original file line number Diff line number Diff line change 1
1
Python - pyproject.toml (poetry.lock) + environment.yml
2
- -----------------------------------------
2
+ -------------------------------------------------------
3
3
4
4
We should ignore the ``pyproject.toml `` or ``poetry.lock `` if there is an
5
5
``environment.yml `` alongside it. Conda can install more things than ``pip `` or
Original file line number Diff line number Diff line change 1
1
Python - pyproject.toml + poetry.lock
2
- -------------------------------
2
+ -------------------------------------
3
3
4
4
We should make ``poetry.lock `` take precedence over ``pyproject.toml ``.
Original file line number Diff line number Diff line change 1
1
Python - pyproject.toml with python_version and runtime.txt
2
- ----------------------------------------------------
2
+ -----------------------------------------------------------
3
3
4
4
We are ignoring the runtime.txt if there is a pyproject.toml or poetry.lock
5
5
available. And since `python_version = "3.8" ` in pyproject.toml, the `python-3.7 `
Original file line number Diff line number Diff line change 1
1
Python - pyproject.toml + requirements.txt
2
- -----------------------------------
2
+ ------------------------------------------
3
3
4
4
We should make ``pyproject.toml `` take precedence over ``requirements.txt ``.
Original file line number Diff line number Diff line change 1
1
Python - pyproject.toml + setup.py
2
- ---------------------------
2
+ ----------------------------------
3
3
4
4
pyproject.toml asked the relative package in the parent directory to be installed
5
5
with ``setup.py ``, was it?
Original file line number Diff line number Diff line change 1
1
Python - pyproject.toml + setup.py
2
- ---------------------------
2
+ ----------------------------------
3
3
4
4
pyproject.toml did not ask for the relative package to be installed with
5
5
``setup.py ``, so lets ensure it wasn't.
Original file line number Diff line number Diff line change 1
1
Python - pyproject.toml + setup.py
2
- ---------------------------
2
+ ----------------------------------
3
3
4
4
The pyproject.toml asked the relative package to be installed with ``setup.py ``,
5
5
was it?
You can’t perform that action at this time.
0 commit comments