Skip to content

Commit f4f4b65

Browse files
committed
MAINT: remove unused test package
1 parent a42728c commit f4f4b65

File tree

3 files changed

+1
-16
lines changed

3 files changed

+1
-16
lines changed

tests/packages/missing-version/meson.build

-5
This file was deleted.

tests/packages/missing-version/pyproject.toml

-10
This file was deleted.

tests/test_metadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def test_unsupported_dynamic():
5151
Metadata.from_pyproject(pyproject, pathlib.Path())
5252

5353

54-
def test_missing_version(package_missing_version):
54+
def test_missing_version():
5555
pyproject = {'project': {
5656
'name': 'missing-version',
5757
}}

0 commit comments

Comments
 (0)