Skip to content

Commit

Permalink
MAINT: remove unused test package
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolodi committed Nov 19, 2024
1 parent d0cebc9 commit b63b0ea
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
5 changes: 0 additions & 5 deletions tests/packages/missing-version/meson.build

This file was deleted.

10 changes: 0 additions & 10 deletions tests/packages/missing-version/pyproject.toml

This file was deleted.

2 changes: 1 addition & 1 deletion tests/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def test_unsupported_dynamic():
Metadata.from_pyproject(pyproject, pathlib.Path())


def test_missing_version(package_missing_version):
def test_missing_version():
pyproject = {'project': {
'name': 'missing-version',
}}
Expand Down

0 comments on commit b63b0ea

Please sign in to comment.