public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-toml-cli] rawhide: drop unused patches
@ 2026-08-06 0:24 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-06 0:24 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-toml-cli
Branch : rawhide
Commit : 7e60beddede45f1bf324a469ae3b0e3fea7bdcce
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-08-05T21:23:57-03:00
Stats : +0/-21 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-toml-cli/c/7e60beddede45f1bf324a469ae3b0e3fea7bdcce?branch=rawhide
Log:
drop unused patches
---
diff --git a/0001-fix-tests-click-typer-compatibility.patch b/0001-fix-tests-click-typer-compatibility.patch
deleted file mode 100644
index c8f6a11..0000000
--- a/0001-fix-tests-click-typer-compatibility.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -urN a/tests/toml_cli/test_init.py b/tests/toml_cli/test_init.py
---- a/tests/toml_cli/test_init.py 2023-01-20 18:23:45.000000000 +0000
-+++ b/tests/toml_cli/test_init.py 2026-07-28 00:00:00.000000000 +0000
-@@ -46,7 +46,7 @@
- def get(args, exit_code=0):
- result = runner.invoke(app, args)
- assert result.exit_code == exit_code
-- return result.stdout.strip()
-+ return result.output.strip()
-
- assert get(["get", "--toml-path", str(test_toml_path), "person"]) == (
- "{'name': 'MyName', 'age': 12, 'happy': False, "
-@@ -215,7 +215,7 @@
-
- def test_no_command():
- result = runner.invoke(app, [])
-- assert result.exit_code == 0
-+ assert result.exit_code in (0, 2)
- assert "--help" in result.stdout
- assert "Commands" in result.stdout
- assert "Commands" in result.stdout
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-06 0:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-06 0:24 [rpms/python-toml-cli] rawhide: drop unused patches Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox