Skip to content

Commit f341536

Browse files
committed
MAINT: remove unused test package
1 parent 1675444 commit f341536

File tree

3 files changed

+1
-16
lines changed

3 files changed

+1
-16
lines changed

tests/packages/missing-version/meson.build

Lines changed: 0 additions & 5 deletions
This file was deleted.

tests/packages/missing-version/pyproject.toml

Lines changed: 0 additions & 10 deletions
This file was deleted.

tests/test_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def test_unsupported_dynamic():
5050
Metadata.from_pyproject(pyproject, pathlib.Path())
5151

5252

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

0 commit comments

Comments
 (0)