Skip to content

Commit

Permalink
fix(pendulum): Add maturin as build system (python-pendulum/pendulum#755
Browse files Browse the repository at this point in the history
). Update tests
  • Loading branch information
RCoeurjoly authored and cpcloud committed Oct 28, 2024
1 parent 77fe9a1 commit 3fef4dd
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 51 deletions.
1 change: 1 addition & 0 deletions overrides/build-systems.json
Original file line number Diff line number Diff line change
Expand Up @@ -15576,6 +15576,7 @@
"setuptools"
],
"pendulum": [
"maturin",
"poetry-core",
"setuptools"
],
Expand Down
153 changes: 107 additions & 46 deletions tests/pendulum/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions tests/pendulum/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
name = "test_pendulum"
version = "0.1.0"
description = ""
authors = []
authors = ["Your Name <you@example.com>"]
license = "MIT"

[tool.poetry.dependencies]
python = "^3.8"
pendulum = "^2.1.2"

[tool.poetry.dev-dependencies]
python = "^3.11"
pendulum = "^3.0.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 3fef4dd

Please sign in to comment.