Skip to content

Commit

Permalink
Remove shared_library key
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 committed Aug 8, 2024
1 parent 5212b7f commit fc2e9c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions pyodide_lock/spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ class PackageSpec(BaseModel):
imports: list[str] = []
depends: list[str] = []
unvendored_tests: bool = False
# This field is deprecated
shared_library: bool = False
model_config = ConfigDict(extra="forbid")


Expand Down
1 change: 0 additions & 1 deletion tests/test_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ def test_self_wheel(example_lock_spec):
imports=["pyodide_lock"],
depends=["pydantic"],
unvendored_tests=False,
shared_library=False,
)

assert example_lock_spec.packages["pyodide-lock"] == expected
Expand Down

0 comments on commit fc2e9c2

Please sign in to comment.