Skip to content

Commit

Permalink
[review] konstin
Browse files Browse the repository at this point in the history
Co-authored-by: konstin <konstin@mailbox.org>
  • Loading branch information
davidhewitt and konstin authored Apr 3, 2021
1 parent ac7153d commit 89b6de0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/maturin-starter/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["maturin"]
requires = ["maturin>=0.10,<0.11"]
build-backend = "maturin"
2 changes: 1 addition & 1 deletion examples/pyo3-pytests/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["maturin"]
requires = ["maturin>=0.10,<0.11"]
build-backend = "maturin"
2 changes: 1 addition & 1 deletion examples/pyo3-pytests/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ skipsdist = true
description = Run the unit tests under {basepython}
deps = -rrequirements-dev.txt
commands =
# Use pip master with in-tree-build feature (to be released in pip 21.0)
# Use pip master with in-tree-build feature (to be released in pip 21.1)
python -m pip install --upgrade git+https://github.com/pypa/pip.git
python -m pip install . --use-feature=in-tree-build
pytest {posargs}
2 changes: 1 addition & 1 deletion examples/setuptools-rust-starter/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ skipsdist = true
description = Run the unit tests under {basepython}
deps = -rrequirements-dev.txt
commands =
# Use pip master with in-tree-build feature (to be released in pip 21.0)
# Use pip master with in-tree-build feature (to be released in pip 21.1)
python -m pip install --upgrade git+https://github.com/pypa/pip.git
python -m pip install . --use-feature=in-tree-build
pytest {posargs}

0 comments on commit 89b6de0

Please sign in to comment.