Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <[email protected]>
  • Loading branch information
frostming committed Jan 4, 2024
1 parent dddbecf commit 74000da
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 32 deletions.
59 changes: 30 additions & 29 deletions tests/fixture-project/pdm.lock

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

6 changes: 3 additions & 3 deletions tests/fixture-project/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ authors = [
dependencies = [
"requests~=2.25",
]
requires-python = ">=3.6"
requires-python = ">=3.7"
license = {text = "MIT"}

[project.optional-dependencies]
lint = [
"flake8>=4",
]
[build-system]
requires = ["pdm-pep517"]
build-backend = "pdm.pep517.api"
requires = ["pdm-backend"]
build-backend = "pdm.backend"

[tool]
[tool.pdm]
Expand Down

0 comments on commit 74000da

Please sign in to comment.