commit:     3089570f373a703d2ba29e902edea0df0b261f41
Author:     Brian Harring <ferringb <AT> gmail <DOT> com>
AuthorDate: Fri Nov 28 23:59:19 2025 +0000
Commit:     Brian Harring <ferringb <AT> gmail <DOT> com>
CommitDate: Fri Nov 28 23:59:19 2025 +0000
URL:        
https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=3089570f

chore: drop test_eq_hash_inheritance.

See snakeoil; it was py2k/py3k assertions, but it's been
a noop for a very long time.

Signed-off-by: Brian Harring <ferringb <AT> gmail.com>

 tests/test_eq_hash_inheritance.py | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/tests/test_eq_hash_inheritance.py 
b/tests/test_eq_hash_inheritance.py
deleted file mode 100644
index 229e0bc4..00000000
--- a/tests/test_eq_hash_inheritance.py
+++ /dev/null
@@ -1,6 +0,0 @@
-from snakeoil.test.eq_hash_inheritance import Test
-
-
-class Test_Eq_Hash(Test):
-    target_namespace = "pkgcore"
-    ignore_all_import_failures = True

Reply via email to