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 66194c1 commit dddbecf
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 68 deletions.
144 changes: 82 additions & 62 deletions tests/fixture-project/pdm.lock

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

7 changes: 1 addition & 6 deletions tests/fixture-project/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,11 @@ dependencies = [
"requests~=2.25",
]
requires-python = ">=3.6"
dynamic = ["classifiers"]
license = {text = "MIT"}

[project.urls]
homepage = ""


[project.optional-dependencies]
lint = [
"flake8~=3.8",
"flake8>=4",
]
[build-system]
requires = ["pdm-pep517"]
Expand Down

0 comments on commit dddbecf

Please sign in to comment.