public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pycolumnize] rawhide: remove unused patch
@ 2026-07-20 20:13 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-07-20 20:13 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/pycolumnize
Branch : rawhide
Commit : 5fe2a9eb09e7378f3854ca21f546f4d08307a83f
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-07-20T17:13:36-03:00
Stats : +0/-29 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/pycolumnize/c/5fe2a9eb09e7378f3854ca21f546f4d08307a83f?branch=rawhide
Log:
remove unused patch
---
diff --git a/pycolumnize-rm-python-mock-usage.diff b/pycolumnize-rm-python-mock-usage.diff
deleted file mode 100644
index b7e5fcb..0000000
--- a/pycolumnize-rm-python-mock-usage.diff
+++ /dev/null
@@ -1,29 +0,0 @@
---- a/__pkginfo__.py
-+++ b/__pkginfo__.py
-@@ -45,7 +45,7 @@ exec(
- )
- )
-
--tests_require = ["mock"]
-+tests_require = []
- web = "https://github.com/rocky/pycolumnize"
- # tracebacks in zip files are funky and not debuggable
- zip_safe = False
---- a/requirements.txt
-+++ b/requirements.txt
-@@ -1,3 +1,2 @@
--mock<4.0
- pytest
- pytest-cov
---- a/test_columnize.py
-+++ b/test_columnize.py
-@@ -1,7 +1,8 @@
- #!/usr/bin/env python
- # -*- Python -*-
- "Unit test for Columnize"
--import mock, operator, os, sys, unittest
-+from unittest import mock
-+import operator, os, sys, unittest
-
- top_builddir = os.path.join(os.path.dirname(__file__), os.path.pardir)
- if top_builddir[-1] != os.path.sep:
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 20:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 20:13 [rpms/pycolumnize] rawhide: remove unused patch Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox