2024-03-18 09:39:54 +01:00
|
|
|
---
|
|
|
|
tests/test_package.py | 10 +++++-----
|
|
|
|
1 file changed, 5 insertions(+), 5 deletions(-)
|
|
|
|
|
2024-06-29 14:59:30 +02:00
|
|
|
Index: twine-5.1.0/tests/test_package.py
|
|
|
|
===================================================================
|
|
|
|
--- twine-5.1.0.orig/tests/test_package.py
|
|
|
|
+++ twine-5.1.0/tests/test_package.py
|
|
|
|
@@ -384,11 +384,6 @@ def test_fips_metadata_excludes_md5_and_
|
2024-03-18 09:39:54 +01:00
|
|
|
"read_data, missing_fields",
|
|
|
|
[
|
2024-06-29 14:59:30 +02:00
|
|
|
pytest.param(
|
|
|
|
- b"Metadata-Version: 102.3\nName: test-package\nVersion: 1.0.0\n",
|
2024-03-18 09:39:54 +01:00
|
|
|
- "Name, Version",
|
|
|
|
- id="unsupported Metadata-Version",
|
|
|
|
- ),
|
2024-06-29 14:59:30 +02:00
|
|
|
- pytest.param(
|
|
|
|
b"Metadata-Version: 2.3\nName: UNKNOWN\nVersion: UNKNOWN\n",
|
2024-03-18 09:39:54 +01:00
|
|
|
"Name, Version",
|
2024-06-29 14:59:30 +02:00
|
|
|
id="missing Name and Version",
|