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 11Python - binder/poetry.lock + poetry.lock
2- ---------------------------------
2+ -----------------------------------------
33
44We should make ``binder/poetry.lock `` take precedence over ``poetry.lock ``.
Original file line number Diff line number Diff line change 11Python - binder/pyproject.toml + pyproject.toml
2- ---------------------------------
2+ -----------------------------------------------
33
44We should make ``binder/pyproject.toml `` take precedence over ``pyproject.toml ``.
Original file line number Diff line number Diff line change 11Python - pyproject.toml (poetry.lock) + environment.yml
2- -----------------------------------------
2+ -------------------------------------------------------
33
44We should ignore the ``pyproject.toml `` or ``poetry.lock `` if there is an
55``environment.yml `` alongside it. Conda can install more things than ``pip `` or
Original file line number Diff line number Diff line change 11Python - pyproject.toml + poetry.lock
2- -------------------------------
2+ -------------------------------------
33
44We should make ``poetry.lock `` take precedence over ``pyproject.toml ``.
Original file line number Diff line number Diff line change 11Python - pyproject.toml with python_version and runtime.txt
2- ----------------------------------------------------
2+ -----------------------------------------------------------
33
44We are ignoring the runtime.txt if there is a pyproject.toml or poetry.lock
55available. And since `python_version = "3.8" ` in pyproject.toml, the `python-3.7 `
Original file line number Diff line number Diff line change 11Python - pyproject.toml + requirements.txt
2- -----------------------------------
2+ ------------------------------------------
33
44We should make ``pyproject.toml `` take precedence over ``requirements.txt ``.
Original file line number Diff line number Diff line change 11Python - pyproject.toml + setup.py
2- ---------------------------
2+ ----------------------------------
33
44pyproject.toml asked the relative package in the parent directory to be installed
55with ``setup.py ``, was it?
Original file line number Diff line number Diff line change 11Python - pyproject.toml + setup.py
2- ---------------------------
2+ ----------------------------------
33
44pyproject.toml did not ask for the relative package to be installed with
55``setup.py ``, so lets ensure it wasn't.
Original file line number Diff line number Diff line change 11Python - pyproject.toml + setup.py
2- ---------------------------
2+ ----------------------------------
33
44The pyproject.toml asked the relative package to be installed with ``setup.py ``,
55was it?
You can’t perform that action at this time.
0 commit comments