Skip to content

Commit 0e334ef

Browse files
committed
Update rst formatting
1 parent 6a82f1d commit 0e334ef

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Python - binder/poetry.lock + poetry.lock
2-
---------------------------------
2+
-----------------------------------------
33

44
We should make ``binder/poetry.lock`` take precedence over ``poetry.lock``.

tests/poetry/binder-folder/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Python - binder/pyproject.toml + pyproject.toml
2-
---------------------------------
2+
-----------------------------------------------
33

44
We should make ``binder/pyproject.toml`` take precedence over ``pyproject.toml``.

tests/poetry/environment-yml/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Python - pyproject.toml (poetry.lock) + environment.yml
2-
-----------------------------------------
2+
-------------------------------------------------------
33

44
We 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

tests/poetry/poetry-lock/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Python - pyproject.toml + poetry.lock
2-
-------------------------------
2+
-------------------------------------
33

44
We should make ``poetry.lock`` take precedence over ``pyproject.toml``.

tests/poetry/py38/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Python - pyproject.toml with python_version and runtime.txt
2-
----------------------------------------------------
2+
-----------------------------------------------------------
33

44
We are ignoring the runtime.txt if there is a pyproject.toml or poetry.lock
55
available. And since `python_version = "3.8"` in pyproject.toml, the `python-3.7`
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Python - pyproject.toml + requirements.txt
2-
-----------------------------------
2+
------------------------------------------
33

44
We should make ``pyproject.toml`` take precedence over ``requirements.txt``.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Python - pyproject.toml + setup.py
2-
---------------------------
2+
----------------------------------
33

44
pyproject.toml asked the relative package in the parent directory to be installed
55
with ``setup.py``, was it?
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Python - pyproject.toml + setup.py
2-
---------------------------
2+
----------------------------------
33

44
pyproject.toml did not ask for the relative package to be installed with
55
``setup.py``, so lets ensure it wasn't.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Python - pyproject.toml + setup.py
2-
---------------------------
2+
----------------------------------
33

44
The pyproject.toml asked the relative package to be installed with ``setup.py``,
55
was it?

0 commit comments

Comments
 (0)